summaryrefslogtreecommitdiff
path: root/boost/container/detail/type_traits.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/type_traits.hpp')
-rw-r--r--boost/container/detail/type_traits.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/type_traits.hpp b/boost/container/detail/type_traits.hpp
index e1453a6594..686cc409b7 100644
--- a/boost/container/detail/type_traits.hpp
+++ b/boost/container/detail/type_traits.hpp
@@ -28,7 +28,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
using ::boost::move_detail::enable_if;
using ::boost::move_detail::enable_if_and;
@@ -63,7 +63,7 @@ using ::boost::move_detail::aligned_storage;
using ::boost::move_detail::nat;
using ::boost::move_detail::max_align_t;
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {