diff options
Diffstat (limited to 'boost/container/detail/pool_common.hpp')
-rw-r--r-- | boost/container/detail/pool_common.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/pool_common.hpp b/boost/container/detail/pool_common.hpp index 61d0612ed1..f42c1dd4d2 100644 --- a/boost/container/detail/pool_common.hpp +++ b/boost/container/detail/pool_common.hpp @@ -26,7 +26,7 @@ namespace boost { namespace container { -namespace container_detail { +namespace dtl { template<class VoidPointer> struct node_slist @@ -48,7 +48,7 @@ struct is_stateless_segment_manager static const bool value = false; }; -} //namespace container_detail { +} //namespace dtl { } //namespace container { } //namespace boost { |