summaryrefslogtreecommitdiff
path: root/boost/container/detail/container_rebind.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/container_rebind.hpp')
-rw-r--r--boost/container/detail/container_rebind.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/container_rebind.hpp b/boost/container/detail/container_rebind.hpp
index 79ad9d7739..0ebb4789e4 100644
--- a/boost/container/detail/container_rebind.hpp
+++ b/boost/container/detail/container_rebind.hpp
@@ -23,7 +23,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
template <class Cont, class U>
struct container_rebind;
@@ -251,7 +251,7 @@ namespace container_detail {
#endif //!defined(BOOST_NO_CXX11_VARIADIC_TEMPLATES)
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {