]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/container/detail/adaptive_node_pool_impl.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / container / detail / adaptive_node_pool_impl.hpp
index 54db19dff2bc4104a9a42801810eac06f7bc3972..9ff4ec53719e16a39c6e2d5de72f7a058ff4a179 100644 (file)
@@ -55,7 +55,7 @@ static const unsigned int address_ordered = 1u << 2u;
 
 }  //namespace adaptive_pool_flag{
 
-namespace container_detail {
+namespace dtl {
 
 template<class size_type>
 struct hdr_offset_holder_t
@@ -876,7 +876,7 @@ class private_adaptive_node_pool_impl
    size_type                           m_totally_free_blocks;  //Free blocks
 };
 
-}  //namespace container_detail {
+}  //namespace dtl {
 }  //namespace container {
 }  //namespace boost {