$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Interprocess] Compile error with VC10
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-04-30 00:47:02
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