]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/sync/futures/future/then_executor_pass.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / thread / test / sync / futures / future / then_executor_pass.cpp
index 3c9b9f50b57df74838043f19f04fa2afc6b7c604..8a98afcafdc1172b44a1b09603892a93b443304a 100644 (file)
@@ -24,6 +24,9 @@
 
 #if defined BOOST_THREAD_PROVIDES_FUTURE_CONTINUATION
 
+#ifdef BOOST_MSVC
+#pragma warning(disable: 4127) // conditional expression is constant
+#endif
 
 int p1()
 {