Subject: Re: [boost] VC10 config - some regressions in several libraries
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-04-29 16:33:56


On 29/04/2010 22:01, Jeffrey Hellrung wrote:
> To reiterate: is it possible to just use a lvalue reference for the
> member variable?

I don't think so, because we would lose the rvalueness of the catched
parameter and we could not longer distinguish between passed lvalue or
lvalu references to forward them correctly.

Best,

Ion