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

Fix overflow policy definition location on MS platforms

This commit is contained in:
Matt Borland
2024-09-18 12:51:00 -04:00
parent 7bd5348abc
commit 9f21419b2d

View File

@@ -9,6 +9,10 @@
#include <pch_light.hpp>
#endif
#ifndef BOOST_MATH_OVERFLOW_ERROR_POLICY
#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#endif
#include "test_hermite.hpp"
//