mirror of
https://github.com/boostorg/move.git
synced 2025-08-02 13:44:28 +02:00
Move: applying patch fixing a problem when compiling Boost.Container with newer compilers
[SVN r81873]
This commit is contained in:
@@ -80,6 +80,10 @@ namespace boost {
|
||||
return result;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
using ::std::move_backward;
|
||||
|
||||
#endif //!defined(BOOST_MOVE_USE_STANDARD_LIBRARY_MOVE)
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user