Commit 4eafe882 by Benjamin Kosnik

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
parent d42a11e1
...@@ -478,7 +478,7 @@ namespace __gnu_cxx ...@@ -478,7 +478,7 @@ namespace __gnu_cxx
{ return isgreaterequal(__f1, __f2); } { return isgreaterequal(__f1, __f2); }
template<typename _Tp> template<typename _Tp>
int inline int
__capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); } __capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); }
template<typename _Tp> template<typename _Tp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment