
19 Dec
2012
19 Dec
'12
11:27 a.m.
On Wed, Dec 19, 2012 at 3:01 PM, Peter Dimov <lists@pdimov.com> wrote:
Andrey Semashev wrote:
+1, we already have Boost.Move for this.
Not for this, where "this" is a C++11 compiler without a (complete) C++11 library.
Well, Boost.Move is supposed to "fill the gap" where possible. If we're going to support configurations with C++11 compiler and C++03 STL (which I'm not sure is a good idea, BTW) we might try to detect such cases and define the missing parts ourselves. The necessary code is mostly there.