6 May
2015
6 May
'15
10:38 a.m.
El 06/05/2015 a las 0:13, Peter Dimov escribió:
Ion Gaztañaga wrote:
That's because the converting constructor is programed as taking rv
> (similar to unique_ptr &&) and that provokes emulation limitations when returning by value convertible types. Yes. I tried to give it the result of boost::move, which should be rv<>, but it still didn't work.
By value has its own limitations, as described.
Would this help? https://github.com/boostorg/move/commit/4a44ed3d26d299cab60950e90447648bdbf0... Ion