]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_pFq.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_pFq.cpp
index 385e2805ba6d0d46d232cb1746e3cd7de24d5b7a..69904645361c8a7ed06de3702870d0b836fcb7e8 100644 (file)
@@ -34,10 +34,10 @@ BOOST_AUTO_TEST_CASE( test_main )
 #endif
 #endif
 #endif
-#if !defined(TEST) || (TEST == 6)
+#if (!defined(TEST) || (TEST == 6)) && !defined(__clang__)
    test_spots(boost::multiprecision::cpp_bin_float_quad(), "cpp_bin_float_quad");
 #endif
-#if !defined(TEST) || (TEST == 7)
+#if (!defined(TEST) || (TEST == 7)) && !defined(__clang__)
    typedef boost::multiprecision::number<boost::multiprecision::cpp_bin_float<40> > dec_40;
    test_spots(dec_40(), "dec_40");
 #endif