Skip to content

Commit

Permalink
Fix overflow policy definition location on MS platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Sep 18, 2024
1 parent 7bd5348 commit 9f21419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_hermite.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"

//
Expand Down

0 comments on commit 9f21419

Please sign in to comment.