summaryrefslogtreecommitdiff
path: root/boost/container/detail/container_or_allocator_rebind.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/container_or_allocator_rebind.hpp')
-rw-r--r--boost/container/detail/container_or_allocator_rebind.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/container_or_allocator_rebind.hpp b/boost/container/detail/container_or_allocator_rebind.hpp
index c60d1c0c50..d74df6c966 100644
--- a/boost/container/detail/container_or_allocator_rebind.hpp
+++ b/boost/container/detail/container_or_allocator_rebind.hpp
@@ -24,7 +24,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
template<class AllocatorOrContainer, class ToType, bool = is_container<AllocatorOrContainer>::value>
struct container_or_allocator_rebind_impl
@@ -42,7 +42,7 @@ struct container_or_allocator_rebind
: container_or_allocator_rebind_impl<AllocatorOrContainer, ToType>
{};
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {