]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/makima_test.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / math / test / makima_test.cpp
index 07d2a7185e7125cbe4d234d946547488a2d125a2..dac617eaea44b82033a3700c2f3e5f24e1216bc1 100644 (file)
@@ -165,6 +165,7 @@ void test_interpolation_condition()
 
 int main()
 {
+#if (__GNUC__ > 7) || defined(_MSC_VER) || defined(__clang__)
     test_constant<float>();
     test_linear<float>();
     test_interpolation_condition<float>();
@@ -181,6 +182,6 @@ int main()
     test_constant<float128>();
     test_linear<float128>();
 #endif
-
+#endif
     return boost::math::test::report_errors();
 }