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

Fix definition to match fwd declaration.

[SVN r48607]
This commit is contained in:
John Maddock
2008-09-05 10:39:14 +00:00
parent bb3859054f
commit de4fb969ad

View File

@@ -452,7 +452,7 @@ inline typename tools::promote_args<T>::type
}
template <class T>
inline T log1pmx(T x)
inline typename tools::promote_args<T>::type log1pmx(T x)
{
return log1pmx(x, policies::policy<>());
}