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

Remove overload no longer required by multiprecision.

This commit is contained in:
jzmaddock
2024-06-15 16:08:35 +01:00
parent dfc2934865
commit 7de81456dc

View File

@@ -75,15 +75,6 @@ namespace boost
return(result);
}
}
//
// Temporary fix to keep multiprecision happy.
// REMOVE ME!!
//
template<typename T>
inline T sinhc_pi_imp(const T x)
{
return sinhc_pi_imp(x, boost::math::policies::policy<>());
}
} // namespace detail