id summary reporter owner description type status milestone component version severity resolution keywords cc 6341 Boost.Thread defines boost::move which conflicts with Boost.Move Hartmut Kaiser Anthony Williams "VC10, SVN trunk: {{{ #include #include int main() { return 0; } }}} Results in: .../boost/thread/detail/move.hpp(28) : error C2995: 'remove_reference::type &&boost::move(T &&)' : function template has already been defined .../boost/move/move.hpp(466) : see declaration of 'boost::move' IMHO, Boost.Thread needs to be changed to rely on Boost.Move for move semantics instead of defining its own implementation for boost::move(). " Bugs closed Boost 1.49.0 thread Boost Development Trunk Showstopper duplicate viboes