Skip to content

Commit

Permalink
Use #<boost/move/detail/std_ns_begin/end.hpp> before using BOOST_MOVE…
Browse files Browse the repository at this point in the history
…_STD_NS_BEG
  • Loading branch information
igaztanaga committed Oct 19, 2024
1 parent 608bcb4 commit 83b8d57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/boost/container/vector.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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
Expand Down

0 comments on commit 83b8d57

Please sign in to comment.