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