From 81c8a80dd5300dc271d89bb85b2e54a08678bb4f Mon Sep 17 00:00:00 2001 From: jzmaddock Date: Sun, 29 Oct 2017 19:32:13 +0000 Subject: [PATCH] Update big_constant.hpp to work standalone. --- include/boost/math/tools/big_constant.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/boost/math/tools/big_constant.hpp b/include/boost/math/tools/big_constant.hpp index a6f7bc0f1..b74a7c488 100644 --- a/include/boost/math/tools/big_constant.hpp +++ b/include/boost/math/tools/big_constant.hpp @@ -12,6 +12,7 @@ #include #endif #include +#include namespace boost{ namespace math{ @@ -66,9 +67,9 @@ inline BOOST_MATH_CONSTEXPR T make_big_value(largest_float, const char* s, mpl:: boost::math::tools::make_big_value(\ BOOST_MATH_LARGEST_FLOAT_C(x), \ BOOST_STRINGIZE(x), \ - mpl::bool_< (is_convertible::value) && \ + boost::mpl::bool_< (boost::is_convertible::value) && \ ((D <= boost::math::tools::numeric_traits::digits) \ - || is_floating_point::value \ + || boost::is_floating_point::value \ || (boost::math::tools::numeric_traits::is_specialized && \ (boost::math::tools::numeric_traits::digits10 <= boost::math::tools::numeric_traits::digits10))) >(), \ boost::is_convertible())