]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/test/test_arithmetic_backend_concept.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / multiprecision / test / test_arithmetic_backend_concept.cpp
index 680e2edc4cd316ab13e1a9a825ca238f30c9fa70..fafb17ab6757c431555443e13f97a6cacdd85e47 100644 (file)
 
 int main()
 {
+   //
+   // Orininal Mingw32 has issues with long double that break this, mingw64 is fine (and supported):
+   //
+#if !(defined(CI_SUPPRESS_KNOWN_ISSUES) && defined(__MINGW32__) && !defined(_WIN64) && BOOST_WORKAROUND(BOOST_GCC, <= 50300))
    test<boost::multiprecision::number<boost::multiprecision::concepts::number_backend_float_architype> >();
+#endif
    return boost::report_errors();
 }