]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_trigamma.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / test_trigamma.cpp
index 9e471dc1c1ac7688e4247a32c4db44c1e18848a5..dd89898d766b696039bbed312d9654c640a2167f 100644 (file)
@@ -50,7 +50,9 @@ BOOST_AUTO_TEST_CASE( test_main )
    test_trigamma(0.0, "double");
 #ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    test_trigamma(0.0L, "long double");
+#ifndef BOOST_MATH_NO_REAL_CONCEPT_TESTS
    test_trigamma(boost::math::concepts::real_concept(0.1), "real_concept");
 #endif
+#endif
 }