summaryrefslogtreecommitdiff
path: root/boost/container/detail/singleton.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:12:59 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2019-12-05 15:12:59 +0900
commitb8cf34c691623e4ec329053cbbf68522a855882d (patch)
tree34da08632a99677f6b79ecb65e5b655a5b69a67f /boost/container/detail/singleton.hpp
parent3fdc3e5ee96dca5b11d1694975a65200787eab86 (diff)
downloadboost-b8cf34c691623e4ec329053cbbf68522a855882d.tar.gz
boost-b8cf34c691623e4ec329053cbbf68522a855882d.tar.bz2
boost-b8cf34c691623e4ec329053cbbf68522a855882d.zip
Imported Upstream version 1.67.0upstream/1.67.0
Diffstat (limited to 'boost/container/detail/singleton.hpp')
-rw-r--r--boost/container/detail/singleton.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/container/detail/singleton.hpp b/boost/container/detail/singleton.hpp
index 6fd6a54f30..7601c3ca8c 100644
--- a/boost/container/detail/singleton.hpp
+++ b/boost/container/detail/singleton.hpp
@@ -69,7 +69,7 @@
namespace boost {
namespace container {
-namespace container_detail {
+namespace dtl {
// T must be: no-throw default constructible and no-throw destructible
template <typename T>
@@ -112,7 +112,7 @@ template <typename T>
typename singleton_default<T>::object_creator
singleton_default<T>::create_object;
-} // namespace container_detail
+} // namespace dtl
} // namespace container
} // namespace boost