]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/bench/bench_alloc_shrink_to_fit.cpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / libs / container / bench / bench_alloc_shrink_to_fit.cpp
index 271d770a3d50726cb8ba53e6ac246007b45812d6..687d76d2140e7b7cee82f6aabf7b078e6e792d22 100644 (file)
@@ -84,8 +84,8 @@ void vector_test_template(unsigned int num_iterations, unsigned int num_elements
    timer.resume();
 
    #ifndef NDEBUG
-   typedef bc::container_detail::integral_constant
-      <unsigned, bc::container_detail::version<Allocator>::value> alloc_version;
+   typedef bc::dtl::integral_constant
+      <unsigned, bc::dtl::version<Allocator>::value> alloc_version;
    #endif
 
    for(unsigned int r = 0; r != num_iterations; ++r){