2
0
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:
jzmaddock
2015-06-18 18:35:15 +01:00
parent c4fe57b431
commit aedcfb355b

View File

@@ -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
//