]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/sync/futures/when_any/one_pass.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / thread / test / sync / futures / when_any / one_pass.cpp
index f54d83769ffd9fca33e6b99a6d836a4575f3c14c..61882ef6d8d00cdd2e14798cac33cde30e7b8f35 100644 (file)
 #include <boost/thread/future.hpp>
 #include <boost/detail/lightweight_test.hpp>
 
+#ifdef BOOST_MSVC
+#pragma warning(disable: 4127) // conditional expression is constant
+#endif
+
 int p1()
 {
   return 123;