2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 16:32:10 +00:00

Merge pull request #1147 from boostorg/remove_sinc_overload

Remove overload no longer required by multiprecision.
This commit is contained in:
jzmaddock
2024-06-16 09:12:15 +01:00
committed by GitHub

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