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:
Benjamin Kosnik 2005-09-01 20:59:31 +00:00
parent d42a11e122
commit 4eafe88212

View file

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