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