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

test_zeta.cpp: Need to set overflow policy even when pch is off.

This commit is contained in:
jzmaddock
2017-06-27 17:51:02 +01:00
parent a6f9260c1e
commit 2e6c9ca2b0

View File

@@ -4,6 +4,9 @@
// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include "pch_light.hpp"
#ifndef BOOST_MATH_OVERFLOW_ERROR_POLICY
# define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#endif
#include "test_zeta.hpp"
//