Skip to content

Commit

Permalink
Fix policy macro definition for MSVC platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Aug 27, 2024
1 parent e4a0110 commit 9ed738f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_igamma_inv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wliteral-range"
#endif

#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#include "test_igamma_inv.hpp"

#if !defined(TEST_FLOAT) && !defined(TEST_DOUBLE) && !defined(TEST_LDOUBLE) && !defined(TEST_REAL_CONCEPT)
Expand Down

0 comments on commit 9ed738f

Please sign in to comment.