diff options
Diffstat (limited to 'boost/interprocess/allocators/detail/adaptive_node_pool.hpp')
-rw-r--r-- | boost/interprocess/allocators/detail/adaptive_node_pool.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/interprocess/allocators/detail/adaptive_node_pool.hpp b/boost/interprocess/allocators/detail/adaptive_node_pool.hpp index 2996bc82ec..d2b0b366fc 100644 --- a/boost/interprocess/allocators/detail/adaptive_node_pool.hpp +++ b/boost/interprocess/allocators/detail/adaptive_node_pool.hpp @@ -48,13 +48,13 @@ template< class SegmentManager , unsigned char OverheadPercent > class private_adaptive_node_pool - : public boost::container::container_detail::private_adaptive_node_pool_impl + : public boost::container::dtl::private_adaptive_node_pool_impl < typename SegmentManager::segment_manager_base_type , ::boost::container::adaptive_pool_flag::size_ordered | ::boost::container::adaptive_pool_flag::address_ordered > { - typedef boost::container::container_detail::private_adaptive_node_pool_impl + typedef boost::container::dtl::private_adaptive_node_pool_impl < typename SegmentManager::segment_manager_base_type , ::boost::container::adaptive_pool_flag::size_ordered | ::boost::container::adaptive_pool_flag::address_ordered |