]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/test/null_iterators_test.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / container / test / null_iterators_test.cpp
index faf60be1398fbbec560720f250f5d30d22cd6334..f081dbe0ecb075837d23f2efebb25e0aedf5da9b 100644 (file)
@@ -28,7 +28,7 @@
 
 using namespace boost::container;
 
-typedef boost::container::container_detail::aligned_storage<sizeof(void*)*4>::type buffer_t;
+typedef boost::container::dtl::aligned_storage<sizeof(void*)*4>::type buffer_t;
 
 static buffer_t buffer_0x00;
 static buffer_t buffer_0xFF;