Skip to content

Commit

Permalink
Merge branch 'develop' into issue396
Browse files Browse the repository at this point in the history
  • Loading branch information
jzmaddock committed Dec 19, 2020
2 parents 75b9abc + db42e6b commit 358eda5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/boost/math/special_functions/chebyshev.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/policies/error_handling.hpp>
#include <boost/math/constants/constants.hpp>
#include <boost/math/tools/promotion.hpp>

#if (__cplusplus > 201103) || (defined(_CPPLIB_VER) && (_CPPLIB_VER >= 610))
# define BOOST_MATH_CHEB_USE_STD_ACOSH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <boost/utility/enable_if.hpp>
#include <boost/math/tools/toms748_solve.hpp>
#include <boost/math/tools/cxx03_warn.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <vector>

namespace boost{ namespace math{ namespace detail{
Expand Down
1 change: 1 addition & 0 deletions include/boost/math/special_functions/jacobi_zeta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <boost/math/special_functions/math_fwd.hpp>
#include <boost/math/special_functions/ellint_1.hpp>
#include <boost/math/special_functions/ellint_rj.hpp>
#include <boost/math/special_functions/sign.hpp>
#include <boost/math/constants/constants.hpp>
#include <boost/math/policies/error_handling.hpp>
#include <boost/math/tools/workaround.hpp>
Expand Down
4 changes: 4 additions & 0 deletions test/compile_test/poison.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@
// as it needs to be able to use them!
//
#include <boost/math/special_functions/fpclassify.hpp>
//
// lexical_cast uses macro unsafe isinf etc, so we have to include this as well:
//
#include <boost/lexical_cast.hpp>

//
// Poison all the function-like macros in C99 so if we accidentally call them
Expand Down

0 comments on commit 358eda5

Please sign in to comment.