mirror of
https://github.com/boostorg/container.git
synced 2025-08-01 21:44:27 +02:00
Use #<boost/move/detail/std_ns_begin/end.hpp> before using BOOST_MOVE_STD_NS_BEG
This commit is contained in:
@@ -3374,6 +3374,8 @@ struct has_trivial_destructor_after_move<boost::container::vector<T, Allocator,
|
||||
//See comments on vec_iterator::element_type to know why is this needed
|
||||
#ifdef BOOST_GNU_STDLIB
|
||||
|
||||
#include <boost/move/detail/std_ns_begin.hpp>
|
||||
|
||||
BOOST_MOVE_STD_NS_BEG
|
||||
|
||||
template <class Pointer, bool IsConst>
|
||||
@@ -3383,6 +3385,8 @@ struct pointer_traits< boost::container::vec_iterator<Pointer, IsConst> >
|
||||
|
||||
BOOST_MOVE_STD_NS_END
|
||||
|
||||
#include <boost/move/detail/std_ns_end.hpp>
|
||||
|
||||
#endif //BOOST_GNU_STDLIB
|
||||
|
||||
#endif //#ifndef BOOST_CONTAINER_DOXYGEN_INVOKED
|
||||
|
Reference in New Issue
Block a user