]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/interprocess/detail/intermodule_singleton_common.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / interprocess / detail / intermodule_singleton_common.hpp
index c890c326bc54f32749136458f98251d193c6b48f..392db1f86b7b3d72c10db748f19d242ce05c9d5d 100644 (file)
@@ -290,7 +290,7 @@ class intermodule_singleton_common
    static union mem_holder_t
    {
       unsigned char map_mem [sizeof(ThreadSafeGlobalMap)];
-      ::boost::container::container_detail::max_align_t aligner;
+      ::boost::container::dtl::max_align_t aligner;
    } mem_holder;
 };