From e38f7faaf6c53c827c181b140ec9377247cdd42e Mon Sep 17 00:00:00 2001 From: Hartmut Kaiser Date: Wed, 12 Dec 2012 14:39:17 +0000 Subject: [PATCH] Move: applying patch fixing a problem when compiling Boost.Container with newer compilers [SVN r81873] --- include/boost/move/algorithm.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/boost/move/algorithm.hpp b/include/boost/move/algorithm.hpp index bc6639f..5a0c25f 100644 --- a/include/boost/move/algorithm.hpp +++ b/include/boost/move/algorithm.hpp @@ -80,6 +80,10 @@ namespace boost { return result; } +#else + + using ::std::move_backward; + #endif //!defined(BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE) //////////////////////////////////////////////////////////////////////////////