summaryrefslogtreecommitdiff
path: root/boost/math/concepts/std_real_concept.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/concepts/std_real_concept.hpp')
-rw-r--r--boost/math/concepts/std_real_concept.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/concepts/std_real_concept.hpp b/boost/math/concepts/std_real_concept.hpp
index b4f75bcadb..c565ce3773 100644
--- a/boost/math/concepts/std_real_concept.hpp
+++ b/boost/math/concepts/std_real_concept.hpp
@@ -342,7 +342,7 @@ namespace tools
{
template <>
-inline concepts::std_real_concept make_big_value<concepts::std_real_concept>(boost::floatmax_t val, const char*, mpl::false_ const&, mpl::false_ const&)
+inline concepts::std_real_concept make_big_value<concepts::std_real_concept>(boost::math::tools::largest_float val, const char*, mpl::false_ const&, mpl::false_ const&)
{
return val; // Can't use lexical_cast here, sometimes it fails....
}