Boost logo

Boost :

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


On 29/04/2010 22:46, Jeffrey Lee Hellrung, Jr. wrote:
> I thought the rvalue- or lvalue-ness was encoded in the type of the
> template parameter Arg? I.e., Arg = T& or Arg = T const& is an lvalue
> reference; Arg = T (no reference qualifiers) or Arg = T&& is an rvalue
> reference.

Ummm, you are right. That should do the trick to implement some ad-hoc
forwarding in store and forward classes.

Best,

Ion


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk