summaryrefslogtreecommitdiff
path: root/boost/container/detail/is_contiguous_container.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/is_contiguous_container.hpp')
-rw-r--r--boost/container/detail/is_contiguous_container.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/is_contiguous_container.hpp b/boost/container/detail/is_contiguous_container.hpp
index af98c7f18b..528aeee133 100644
--- a/boost/container/detail/is_contiguous_container.hpp
+++ b/boost/container/detail/is_contiguous_container.hpp
@@ -28,7 +28,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
template <class Container>
struct is_contiguous_container
@@ -40,7 +40,7 @@ struct is_contiguous_container
has_member_function_callable_with_data<const Container>::value;
};
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {