$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] VC10 config - some regressions in several libraries
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-04-26 17:26:19
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