summaryrefslogtreecommitdiff
path: root/boost/container/detail/value_init.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/value_init.hpp')
-rw-r--r--boost/container/detail/value_init.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/value_init.hpp b/boost/container/detail/value_init.hpp
index faba70ee14..35b0aa11d3 100644
--- a/boost/container/detail/value_init.hpp
+++ b/boost/container/detail/value_init.hpp
@@ -26,7 +26,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
template<class T>
struct value_init
@@ -42,7 +42,7 @@ struct value_init
T m_t;
};
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {