]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_erf.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_erf.cpp
index f2428ce1de7802ceab4a09364b57234358aa7970..53590398348bb2e2d22207068069998678404dfc 100644 (file)
@@ -129,7 +129,7 @@ BOOST_AUTO_TEST_CASE( test_main )
    test_spots(0.0, "double");
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    test_spots(0.0L, "long double");
-#if !BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x582))
+#if !BOOST_WORKAROUND(BOOST_BORLANDC, BOOST_TESTED_AT(0x582)) && !defined(BOOST_MATH_NO_REAL_CONCEPT_TESTS)
    test_spots(boost::math::concepts::real_concept(0.1), "real_concept");
 #endif
 #endif