We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ce198ce + 00714c1 commit 87f79a5Copy full SHA for 87f79a5
1 file changed
include/boost/math/tools/precision.hpp
@@ -169,7 +169,7 @@ inline BOOST_MATH_CONSTEXPR T epsilon(const mpl::true_& BOOST_MATH_APPEND_EXPLIC
169
170
#if defined(__GNUC__) && ((LDBL_MANT_DIG == 106) || (__LDBL_MANT_DIG__ == 106))
171
template <>
172
-inline BOOST_MATH_CONSTEXPR long double epsilon<long double>(const mpl::true_& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE(long double)) BOOST_MATH_NOEXCEPT(T)
+inline BOOST_MATH_CONSTEXPR long double epsilon<long double>(const mpl::true_& BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE(long double)) BOOST_MATH_NOEXCEPT(long double)
173
{
174
// numeric_limits on Darwin (and elsewhere) tells lies here:
175
// the issue is that long double on a few platforms is
0 commit comments