Boost logo

Boost :

Subject: Re: [boost] [move] [variant] Some problems with VC++10
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2011-08-09 15:13:32


[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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk