]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/example/future_when_all.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / thread / example / future_when_all.cpp
index 48f3e15361de6661c1d768ba573f6e35eff300e1..52a40e9c0c746d31433d0e371137f46e461e23d0 100644 (file)
 #include <string>
 #if defined BOOST_THREAD_PROVIDES_FUTURE_WHEN_ALL_WHEN_ANY
 
+#ifdef BOOST_MSVC
+#pragma warning(disable: 4127) // conditional expression is constant
+#endif
+
 int p1()
 {
   BOOST_THREAD_LOG