Use #<boost/move/detail/std_ns_begin/end.hpp> before using BOOST_MOVE_STD_NS_BEG

This commit is contained in:
Ion Gaztañaga
2024-10-19 22:48:58 +02:00
parent 608bcb45a9
commit 83b8d5748d

View File

@@ -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