std_cmath.h: Declare C99 functions and helper functions as inline.
2005-09-01 Benjamin Kosnik <bkoz@redhat.com> * include/c_std/std_cmath.h: Declare C99 functions and helper functions as inline. From-SVN: r103747
This commit is contained in:
parent
d42a11e122
commit
4eafe88212
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ namespace __gnu_cxx
|
|||
{ return isgreaterequal(__f1, __f2); }
|
||||
|
||||
template<typename _Tp>
|
||||
int
|
||||
inline int
|
||||
__capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); }
|
||||
|
||||
template<typename _Tp>
|
||||
|
|
Loading…
Add table
Reference in a new issue