summaryrefslogtreecommitdiff
path: root/boost/container/detail/addressof.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/container/detail/addressof.hpp')
-rw-r--r--boost/container/detail/addressof.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/addressof.hpp b/boost/container/detail/addressof.hpp
index fedbdb91d1..b3b8a4dd6f 100644
--- a/boost/container/detail/addressof.hpp
+++ b/boost/container/detail/addressof.hpp
@@ -22,7 +22,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
template <typename T>
BOOST_CONTAINER_FORCEINLINE T* addressof(T& obj)
@@ -34,7 +34,7 @@ BOOST_CONTAINER_FORCEINLINE T* addressof(T& obj)
)));
}
-} //namespace container_detail {
+} //namespace dtl {
} //namespace container {
} //namespace boost {