summaryrefslogtreecommitdiff
path: root/boost/container/detail/adaptive_node_pool.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:12:59 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:12:59 +0900
commitb8cf34c691623e4ec329053cbbf68522a855882d (patch)
tree34da08632a99677f6b79ecb65e5b655a5b69a67f /boost/container/detail/adaptive_node_pool.hpp
parent3fdc3e5ee96dca5b11d1694975a65200787eab86 (diff)
downloadboost-b8cf34c691623e4ec329053cbbf68522a855882d.tar.gz
boost-b8cf34c691623e4ec329053cbbf68522a855882d.tar.bz2
boost-b8cf34c691623e4ec329053cbbf68522a855882d.zip
Imported Upstream version 1.67.0upstream/1.67.0
Diffstat (limited to 'boost/container/detail/adaptive_node_pool.hpp')
-rw-r--r--boost/container/detail/adaptive_node_pool.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/boost/container/detail/adaptive_node_pool.hpp b/boost/container/detail/adaptive_node_pool.hpp
index 20696100f5..33bfcc98a7 100644
--- a/boost/container/detail/adaptive_node_pool.hpp
+++ b/boost/container/detail/adaptive_node_pool.hpp
@@ -37,12 +37,12 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
template<bool AlignOnly>
struct select_private_adaptive_node_pool_impl
{
- typedef boost::container::container_detail::
+ typedef boost::container::dtl::
private_adaptive_node_pool_impl
< fake_segment_manager
, unsigned(AlignOnly)*::boost::container::adaptive_pool_flag::align_only
@@ -157,7 +157,7 @@ class shared_adaptive_node_pool
default_mutex mutex_;
};
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {