Boost logo

Boost :

Subject: Re: [boost] VC10 config - some regressions in several libraries
From: Bo Persson (bop_at_[hidden])
Date: 2010-04-27 13:24:06


Ion Gaztañaga wrote:
> On 26/04/2010 21:19, Stephan T. Lavavej wrote:
>> Because rrv1 created temporaries when casting lvalues to rvalues
>
> Yes, I think I should have two move implementations, because for
> GCC 4.3 casting to rvalue reference also creates a temporary, just
> like with Beta MSVC-10 (rrv1).
>
> For both latest GCC and MSVC I think std::forward implementation #5
> from N2951
> (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2951.html)
> should work correctly.
>
> Thanks again,
>
> Ion
>

Except that VC10 does not implement function template default
arguments, so you will have to tweak it somewhat. :-(

Bo Persson


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