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:
@@ -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"
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user