2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-27 19:12:08 +00:00

Fix function template specialization definition.

This commit is contained in:
jzmaddock
2015-07-07 18:42:01 +01:00
parent 53d8de84d4
commit faacf0520d

View File

@@ -71,7 +71,7 @@ namespace boost{
#if defined(macintosh) || defined(__APPLE__) || defined(__APPLE_CC__)
template <>
inline double relative_difference<double>(double a, double b)
inline typename boost::math::tools::promote_args<double, double>::type relative_difference(const double& arg_a, const double& arg_b)
{
BOOST_MATH_STD_USING
//