2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Reorder overflow checks

This commit is contained in:
Matt Borland
2024-08-05 15:28:58 -04:00
parent 87048d927b
commit 445e36adc0
3 changed files with 2 additions and 2 deletions

View File

@@ -16,6 +16,7 @@
# pragma GCC diagnostic ignored "-Wliteral-range"
#endif
#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#include <boost/math/special_functions/erf.hpp>
#include "test_erf.hpp"

View File

@@ -7,6 +7,7 @@
#include <pch_light.hpp>
#endif
#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#include <boost/math/special_functions/gamma.hpp>
#include "test_gamma.hpp"

View File

@@ -4,8 +4,6 @@
// Boost Software License, Version 1.0. (See accompanying file
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#include <boost/math/tools/config.hpp>
#include <boost/math/concepts/real_concept.hpp>
#include <boost/math/special_functions/math_fwd.hpp>