summaryrefslogtreecommitdiff
path: root/boost/container/detail/mpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/mpl.hpp')
-rw-r--r--boost/container/detail/mpl.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/mpl.hpp b/boost/container/detail/mpl.hpp
index 82fcc7036d..4bb3cc7d22 100644
--- a/boost/container/detail/mpl.hpp
+++ b/boost/container/detail/mpl.hpp
@@ -30,7 +30,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
using boost::move_detail::integral_constant;
using boost::move_detail::true_type;
@@ -76,7 +76,7 @@ struct select1st
{ return const_cast<type&>(x.first); }
};
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {