]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/math/test/test_nc_beta.hpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / math / test / test_nc_beta.hpp
index 53c8ea4e526e1ac421b44c87e9f039f4ecb0c801..3ba983adca127470364ca2a94c422a76a71a8ca7 100644 (file)
@@ -3,11 +3,13 @@
 //  Boost Software License, Version 1.0. (See accompanying file
 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
 
+#ifndef BOOST_MATH_OVERFLOW_ERROR_POLICY
 #define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
+#endif
 #include <boost/math/concepts/real_concept.hpp>
 #define BOOST_TEST_MAIN
 #include <boost/test/unit_test.hpp>
-#include <boost/test/floating_point_comparison.hpp>
+#include <boost/test/tools/floating_point_comparison.hpp>
 #include <boost/math/distributions/non_central_beta.hpp> 
 #include <boost/math/distributions/poisson.hpp> 
 #include <boost/type_traits/is_floating_point.hpp>