]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/container/detail/pool_common.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / container / detail / pool_common.hpp
index 61d0612ed196c351993837eae59b0c4beac5a0cd..f42c1dd4d24e8edfbb7b1bd4d05d873000710436 100644 (file)
@@ -26,7 +26,7 @@
 
 namespace boost {
 namespace container {
-namespace container_detail {
+namespace dtl {
 
 template<class VoidPointer>
 struct node_slist
@@ -48,7 +48,7 @@ struct is_stateless_segment_manager
    static const bool value = false;
 };
 
-}  //namespace container_detail {
+}  //namespace dtl {
 }  //namespace container {
 }  //namespace boost {