summaryrefslogtreecommitdiff
path: root/boost/math/concepts/real_concept.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/concepts/real_concept.hpp')
-rw-r--r--boost/math/concepts/real_concept.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/concepts/real_concept.hpp b/boost/math/concepts/real_concept.hpp
index 2267271a00..2b105e6c85 100644
--- a/boost/math/concepts/real_concept.hpp
+++ b/boost/math/concepts/real_concept.hpp
@@ -328,7 +328,7 @@ namespace tools
{
template <>
-inline concepts::real_concept make_big_value<concepts::real_concept>(boost::floatmax_t val, const char* , mpl::false_ const&, mpl::false_ const&)
+inline concepts::real_concept make_big_value<concepts::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....
}