]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/whittaker_shannon_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / whittaker_shannon_test.cpp
index 3afebb51a67fb80afe78e9658d3afb431959bc3b..dbf2b7e47c33f8d822b04284b224edfbde690857 100644 (file)
@@ -131,10 +131,14 @@ int main()
 {
     test_knots<float>();
     test_knots<double>();
+#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
     test_knots<long double>();
+#endif
 
     test_bump<double>();
+#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
     test_bump<long double>();
+#endif
 
     test_trivial<float>();
     test_trivial<double>();