Index: detail/move.hpp =================================================================== --- detail/move.hpp (revision 76040) +++ detail/move.hpp (working copy) @@ -19,13 +19,13 @@ #ifndef BOOST_NO_RVALUE_REFERENCES - template - typename remove_reference::type&& - move(T&& t) - { - typedef typename remove_reference::type Up; - return static_cast(t); - } +// template +// typename remove_reference::type&& +// move(T&& t) +// { +// typedef typename remove_reference::type Up; +// return static_cast(t); +// } #else