]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/beast/test/beast/core/make_strand.cpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / libs / beast / test / beast / core / make_strand.cpp
index b356c8ebf75b1eb94c7c13e92d2eb37122f0498d..fa06276d29af87b7f0a10a8be2c30150e7dedfce 100644 (file)
@@ -28,7 +28,7 @@ public:
         net::make_strand(ioc.get_executor());
         net::make_strand(net::make_strand(ioc));
 
-        net::executor ex(ioc.get_executor());
+        net::any_io_executor ex(ioc.get_executor());
         net::make_strand(ex);
 
         // this *should-not* compile