]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/cardinal_quadratic_b_spline_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / cardinal_quadratic_b_spline_test.cpp
index 33ad0efe0352c1ba72b8b02782f7642eee7e3220..1ecda7f4df7dc440765f2dce65499ce925a32d1d 100644 (file)
@@ -117,14 +117,19 @@ int main()
 {
     test_constant<float>();
     test_constant<double>();
+#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
     test_constant<long double>();
+#endif
 
     test_linear<float>();
     test_linear<double>();
+#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
     test_linear<long double>();
+#endif
 
     test_quadratic<double>();
+#ifndef BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
     test_quadratic<long double>();
-
+#endif
     return boost::math::test::report_errors();
 }