]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/test_scheduling_adaptor.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / thread / test / test_scheduling_adaptor.cpp
index ba43551fe61caa9bc450ef1933b2c4ecddb3c917..38c073bda865d575e67e55b08d8120a561b71846 100644 (file)
@@ -35,7 +35,7 @@ void fn(int x)
 void test_timing(const int n)
 {
     thread_pool tp(4);
-    boost::scheduling_adpator<thread_pool> sa(tp);
+    boost::scheduling_adaptor<thread_pool> sa(tp);
     for(int i = 1; i <= n; i++)
     {
         sa.submit_after(boost::bind(fn,i),seconds(i));