]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_beta.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_beta.cpp
index 336722c9a0e1e710c5b0f3304297d93081855784..b24cb32c07000fe6054439894f2bf466fffd8178 100644 (file)
@@ -108,7 +108,7 @@ BOOST_AUTO_TEST_CASE( test_main )
    test_spots(0.0);
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    test_spots(0.0L);
-#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));
 #endif
 #else