]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/container/detail/singleton.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / container / detail / singleton.hpp
index 6fd6a54f30acb41569e76718fb29948f7c5f2f60..7601c3ca8c02815c1b4f48ff8b30422d86da9a95 100644 (file)
@@ -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