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