]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_ibeta_inv.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_ibeta_inv.cpp
index 7e4b407c5dc6d50543e203dc99411b6c2288204a..7163efe7804e9388a205b488e70e99290254fe3c 100644 (file)
@@ -188,7 +188,7 @@ BOOST_AUTO_TEST_CASE( test_main )
 #ifdef TEST_LDOUBLE
    test_spots(0.0L);
 #endif
-#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));
 #endif
 #endif