]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/compile_test/sf_bernoulli_incl_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / compile_test / sf_bernoulli_incl_test.cpp
index 49c3374fe0d268a22803178e63851d3d3ade04d2..f1f5586ba8829ec73afe084b1e9f95fdedfe4326 100644 (file)
@@ -30,8 +30,10 @@ void compile_and_link_test()
 #ifdef BOOST_MATH_HAVE_CONSTEXPR_TABLES
    constexpr float ce_f = boost::math::unchecked_bernoulli_b2n<float>(2);
    constexpr float ce_d = boost::math::unchecked_bernoulli_b2n<double>(2);
+#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
    constexpr float ce_l = boost::math::unchecked_bernoulli_b2n<long double>(2);
    std::ostream cnull(0);
    cnull << ce_f << ce_d << ce_l << std::endl;
 #endif
+#endif
 }