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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user