Skip to content

Commit

Permalink
disable boost tanh_sinh integration until issues with Visual Studio 2022
Browse files Browse the repository at this point in the history
and toolset 14.00 are fixed
  • Loading branch information
klausspanderen committed Jun 12, 2024
1 parent 0e3bd3d commit cc3a6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ql/math/integrals/tanhsinhintegral.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <ql/utilities/null.hpp>
#include <ql/math/integrals/integral.hpp>

#if BOOST_VERSION >= 106900
#if BOOST_VERSION >= 106900 && (!defined(_MSC_VER) || _MSC_VER < 1940)
#define QL_BOOST_HAS_TANH_SINH

#include <boost/math/quadrature/tanh_sinh.hpp>
Expand Down

0 comments on commit cc3a6f8

Please sign in to comment.