]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_polygamma.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_polygamma.cpp
index e7d7edbdbe44985fb4cd2453010a4a0ce737562d..ef29a11329c7511609faed496054228812ce8155 100644 (file)
@@ -85,8 +85,10 @@ BOOST_AUTO_TEST_CASE( test_main )
    test_polygamma(0.0, "double");
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    test_polygamma(0.0L, "long double");
+#ifndef BOOST_MATH_NO_REAL_CONCEPT_TESTS
    test_polygamma(boost::math::concepts::real_concept(0.1), "real_concept");
 #endif
+#endif
 #ifdef BOOST_FLOAT128_C
    //test_polygamma(BOOST_FLOAT128_C(0.0), "float128_t");
 #endif