On Sat, May 4, 2013 at 3:09 PM, Antony Polukhin
Looks like I broke it in https://svn.boost.org/trac/boost/ticket/6999 .
Should I create a new ticket:-)
Fixed in trunk.
Great!
BTW, draft tells nothing about any_cast
(instance_of_any). Current Boost version will return rvalue if `instance_of_any` is not const and fail to compile other way.
Interesting!
To movable_test.cpp, I added:
std::cout << "move assign from any contents by rvalue reference"
<< std::endl;
m = any_cast