2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Reorder macro and add missing include

This commit is contained in:
Matt Borland
2023-11-03 08:27:30 +01:00
parent bfa206d12c
commit d298a15b1d

View File

@@ -16,10 +16,11 @@
#include <boost/math/tools/config.hpp>
#include <boost/math/policies/error_handling.hpp>
#include <boost/math/special_functions/fpclassify.hpp>
#include <boost/math/tools/is_constant_evaluated.hpp>
#ifndef BOOST_NO_CXX17_IF_CONSTEXPR
#include <boost/math/ccmath/ldexp.hpp>
# if !defined(BOOST_MATH_NO_CONSTEXPR_DETECTION)
# include <boost/math/ccmath/ldexp.hpp>
# define BOOST_MATH_HAS_CONSTEXPR_LDEXP
# endif
#endif