summaryrefslogtreecommitdiff
path: root/boost/container/detail/math_functions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/math_functions.hpp')
-rw-r--r--boost/container/detail/math_functions.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/math_functions.hpp b/boost/container/detail/math_functions.hpp
index e499f633ec..f1519315a3 100644
--- a/boost/container/detail/math_functions.hpp
+++ b/boost/container/detail/math_functions.hpp
@@ -32,7 +32,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
// Greatest common divisor and least common multiple
@@ -114,7 +114,7 @@ inline std::size_t floor_log2 (std::size_t x)
return log2;
}
-} // namespace container_detail
+} // namespace dtl
} // namespace container
} // namespace boost