mirror of
https://github.com/boostorg/math.git
synced 2026-01-31 08:22:09 +00:00
Fix template name used only on Darwin.
This commit is contained in:
@@ -71,7 +71,7 @@ namespace boost{
|
||||
|
||||
#if defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)
|
||||
template <>
|
||||
inline double relative_error<double>(double a, double b)
|
||||
inline double relative_difference<double>(double a, double b)
|
||||
{
|
||||
BOOST_MATH_STD_USING
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user