Move: applying patch fixing a problem when compiling Boost.Container with newer compilers

[SVN r81873]
This commit is contained in:
Hartmut Kaiser
2012-12-12 14:39:17 +00:00
parent fb70dadc59
commit e38f7faaf6

View File

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