summaryrefslogtreecommitdiff
path: root/boost/container/detail/adaptive_node_pool_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/adaptive_node_pool_impl.hpp')
-rw-r--r--boost/container/detail/adaptive_node_pool_impl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/adaptive_node_pool_impl.hpp b/boost/container/detail/adaptive_node_pool_impl.hpp
index 54db19dff2..9ff4ec5371 100644
--- a/boost/container/detail/adaptive_node_pool_impl.hpp
+++ b/boost/container/detail/adaptive_node_pool_impl.hpp
@@ -55,7 +55,7 @@ static const unsigned int address_ordered = 1u << 2u;
} //namespace adaptive_pool_flag{
-namespace container_detail {
+namespace dtl {
template<class size_type>
struct hdr_offset_holder_t
@@ -876,7 +876,7 @@ class private_adaptive_node_pool_impl
size_type m_totally_free_blocks; //Free blocks
};
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {