Skip to content

Commit

Permalink
Fix windows cases of overflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
mborland committed Sep 16, 2024
1 parent 1324401 commit f985ba2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_ellint_1.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
#include <pch_light.hpp>
#endif

#ifndef BOOST_MATH_OVERFLOW_ERROR_POLICY
#define BOOST_MATH_OVERFLOW_ERROR_POLICY ignore_error
#endif

#include "test_ellint_1.hpp"

//
Expand Down

0 comments on commit f985ba2

Please sign in to comment.