]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/multiprecision/example/numeric_limits_snips.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / multiprecision / example / numeric_limits_snips.cpp
index 9e23dd925bf8128da09c11c473ef89db46f01a2e..efcf66ecf66d50e047b13cd2b21f73223070beb6 100644 (file)
@@ -48,6 +48,7 @@ int max_digits10()
 
 BOOST_AUTO_TEST_CASE(test_numeric_limits_snips)
 {
+#if !(defined(CI_SUPPRESS_KNOWN_ISSUES) && defined(BOOST_MSVC) && (BOOST_MSVC == 1600))
   try
   {
 
@@ -318,6 +319,7 @@ with Boost.Test's macro `BOOST_CHECK_CLOSE_FRACTION`
 //] [/tolerance_1]
   }
 
+#if !(defined(CI_SUPPRESS_KNOWN_ISSUES) && defined(__GNUC__) && defined(_WIN32))
   {
 //[tolerance_2
 
@@ -445,6 +447,7 @@ Similarly we can do the same with NaN (except that we cannot use `assert`)
 //] [/facet_1]
   }
 
-
+#endif
+#endif
 } // BOOST_AUTO_TEST_CASE(test_numeric_limits_snips)