Skip to content

Commit

Permalink
Merge pull request #7 from mckib2/regenerated-with-patch
Browse files Browse the repository at this point in the history
FIX: regenerate headers for Boost 1.75.0 with patch files applied
  • Loading branch information
rgommers authored Jun 8, 2022
2 parents d8626c9 + 463fea2 commit 2a1a7e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boost/math/tools/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <boost/math/tools/user.hpp>

#if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__EMSCRIPTEN__)\
#if (defined(__NetBSD__) || defined(__EMSCRIPTEN__)\
|| (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \
&& !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS)
# define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
Expand Down

0 comments on commit 2a1a7e9

Please sign in to comment.