summaryrefslogtreecommitdiff
path: root/boost/container/detail/is_container.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/is_container.hpp')
-rw-r--r--boost/container/detail/is_container.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/is_container.hpp b/boost/container/detail/is_container.hpp
index 6052f045e0..feab702e9e 100644
--- a/boost/container/detail/is_container.hpp
+++ b/boost/container/detail/is_container.hpp
@@ -36,7 +36,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
template <class Container>
struct is_container
@@ -48,7 +48,7 @@ struct is_container
has_member_function_callable_with_empty<const Container>::value;
};
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {