Move: Merging from trunk

[SVN r81883]
This commit is contained in:
Hartmut Kaiser
2012-12-13 00:15:53 +00:00
parent 69dc55a76a
commit a194813177

View File

@@ -80,6 +80,10 @@ namespace boost {
return result; return result;
} }
#else
using ::std::move_backward;
#endif //!defined(BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE) #endif //!defined(BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE)
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////