]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/threads/thread/constr/F_pass.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / thread / test / threads / thread / constr / F_pass.cpp
index b99e90babf4363abe6916d9f18211d53b94dc229..7fd2bbc2480d2fa7d6f1b65cad404a5ce010e0c6 100644 (file)
@@ -102,7 +102,7 @@ int main()
     BOOST_TEST(f_run == true);
   }
   f_run = false;
-#ifndef BOOST_MSVC
+#if !defined(BOOST_MSVC) && !defined(__MINGW32__)
   {
     try
     {
@@ -125,7 +125,7 @@ int main()
     BOOST_TEST(G::n_alive == 0);
     BOOST_TEST(G::op_run);
   }
-#ifndef BOOST_MSVC
+#if !defined(BOOST_MSVC) && !defined(__MINGW32__)
   G::op_run = false;
   {
     try