mirror of
https://github.com/boostorg/container.git
synced 2025-08-03 14:34:27 +02:00
Fix incorrect header guards
This commit is contained in:
@@ -7,8 +7,8 @@
|
|||||||
// See http://www.boost.org/libs/container for documentation.
|
// See http://www.boost.org/libs/container for documentation.
|
||||||
//
|
//
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
#ifndef BOOST_CONTAINER_DETAIL_UTILITIES_HPP
|
#ifndef BOOST_CONTAINER_DETAIL_COPY_MOVE_ALGO_HPP
|
||||||
#define BOOST_CONTAINER_DETAIL_UTILITIES_HPP
|
#define BOOST_CONTAINER_DETAIL_COPY_MOVE_ALGO_HPP
|
||||||
|
|
||||||
#ifndef BOOST_CONFIG_HPP
|
#ifndef BOOST_CONFIG_HPP
|
||||||
# include <boost/config.hpp>
|
# include <boost/config.hpp>
|
||||||
@@ -1139,4 +1139,4 @@ void move_assign_range_alloc_n( Allocator &a, I inp_start, typename allocator_tr
|
|||||||
} //namespace container {
|
} //namespace container {
|
||||||
} //namespace boost {
|
} //namespace boost {
|
||||||
|
|
||||||
#endif //#ifndef BOOST_CONTAINER_DETAIL_UTILITIES_HPP
|
#endif //#ifndef BOOST_CONTAINER_DETAIL_COPY_MOVE_ALGO_HPP
|
||||||
|
Reference in New Issue
Block a user