]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/sync/futures/future/get_or_pass.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / thread / test / sync / futures / future / get_or_pass.cpp
index 64409455bf570ae1455d045165e9e76570e118d9..7db938d37e02c192935013e881539c2925e764aa 100644 (file)
 
 #if defined BOOST_THREAD_USES_CHRONO
 
+#ifdef BOOST_MSVC
+#pragma warning(disable: 4127) // conditional expression is constant
+#endif
+
 namespace boost
 {
 template <typename T>