]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/thread/test/threads/thread/constr/lambda_pass.cpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / libs / thread / test / threads / thread / constr / lambda_pass.cpp
index 34a3e53c3c59a503f58c7806551ebe026cde1212..84615bf884d84eaeda3a145991c42694554e5bd2 100644 (file)
@@ -61,7 +61,7 @@ int main()
     t.join();
     BOOST_TEST(f_run == true);
   }
-#ifndef BOOST_MSVC
+#if !defined(BOOST_MSVC) && !defined(__MINGW32__)
   {
     f_run = false;
     try