]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/interprocess/mem_algo/detail/mem_algo_common.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / interprocess / mem_algo / detail / mem_algo_common.hpp
index 87293d18faf1927301996c09b4fcededc22d2222..eda4cf1be3014556903d94829182791b1cee80fc 100644 (file)
@@ -48,11 +48,11 @@ namespace ipcdetail {
 
 template<class VoidPointer>
 class basic_multiallocation_chain
-   : public boost::container::container_detail::
+   : public boost::container::dtl::
       basic_multiallocation_chain<VoidPointer>
 {
    BOOST_MOVABLE_BUT_NOT_COPYABLE(basic_multiallocation_chain)
-   typedef boost::container::container_detail::
+   typedef boost::container::dtl::
       basic_multiallocation_chain<VoidPointer> base_t;
    public: