diff options
Diffstat (limited to 'boost/container/detail/node_pool_impl.hpp')
-rw-r--r-- | boost/container/detail/node_pool_impl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/node_pool_impl.hpp b/boost/container/detail/node_pool_impl.hpp index 024bf306c5..97f555bc75 100644 --- a/boost/container/detail/node_pool_impl.hpp +++ b/boost/container/detail/node_pool_impl.hpp @@ -38,7 +38,7 @@ namespace boost { namespace container { -namespace container_detail { +namespace dtl { template<class SegmentManagerBase> class private_node_pool_impl @@ -366,7 +366,7 @@ class private_node_pool_impl }; -} //namespace container_detail { +} //namespace dtl { } //namespace container { } //namespace boost { |