$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [move] differences between results in C++03 and C++11 modes
From: Adam Romanek (romanek.adam_at_[hidden])
Date: 2014-02-11 02:55:03
Hi!
Some time ago I encountered a problem with assigning the return value of
boost::move() to a non-const reference in C++11 mode, but not in C++03
mode. See [1] for a StackOverflow question that I created for this
issue. It contains all the details so for brevity I won't repeat them
here. Could anyone explain this issue? Is this a limitation of C++03
emulation or a defect in the implementation?
Best regards,
Adam Romanek