
30 Apr
2010
30 Apr
'10
4:47 a.m.
On 29/04/2010 19:24, Ahmed Charles wrote:
I imagine boost::move is written with rvalue references v1 and therefore doesn't work with vc2010, which implements v2. Is there a reason why boost has to implement its own version of move? Every compiler/library supporting rvalue references should have std::move which will do the right thing.
Move emulation for C++03 compilers and code portability between C++0x and C++03 compilers. Ion