]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/container/bench/bench_alloc_stable_vector_burst.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / container / bench / bench_alloc_stable_vector_burst.cpp
index 1e299b31a35c904f56b5e872026f7375ae93fb79..9adda0b47fae6fabc23c98b63c86cad1ab4eb198 100644 (file)
 #include <boost/container/adaptive_pool.hpp>
 #include <boost/container/stable_vector.hpp>
 #include <boost/container/vector.hpp>
-#include <boost/timer/timer.hpp>
+#include <boost/move/detail/nsec_clock.hpp>
 
-using boost::timer::cpu_timer;
-using boost::timer::cpu_times;
-using boost::timer::nanosecond_type;
+using boost::move_detail::cpu_timer;
+using boost::move_detail::cpu_times;
+using boost::move_detail::nanosecond_type;
 
 namespace bc = boost::container;