
9 Aug
2011
9 Aug
'11
7:13 p.m.
[Antony Polukhin]
It means that a workaround for VC10 is still required. Can we just make namespace boost { using std::move; } in Boost.Move and namespace boost{ namespace detail{ namespace variant { using std::move; }}} in boost/variant/detail/move.hpp for VC10 or is there some limitations?
We do nothing squirrely in VC10 that would prevent that from working. STL