projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42a11e
)
std_cmath.h: Declare C99 functions and helper functions as inline.
author
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Thu, 1 Sep 2005 20:59:31 +0000
(20:59 +0000)
committer
Benjamin Kosnik
<bkoz@gcc.gnu.org>
Thu, 1 Sep 2005 20:59:31 +0000
(20:59 +0000)
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
libstdc++-v3/include/c_std/std_cmath.h
patch
|
blob
|
history
diff --git
a/libstdc++-v3/include/c_std/std_cmath.h
b/libstdc++-v3/include/c_std/std_cmath.h
index 3d125e4422cd0caf4ab66231f2d014d80a96e7a4..987f1392539e34d8ff9890968ac67fe165537c14 100644
(file)
--- a/
libstdc++-v3/include/c_std/std_cmath.h
+++ b/
libstdc++-v3/include/c_std/std_cmath.h
@@
-478,7
+478,7
@@
namespace __gnu_cxx
{ return isgreaterequal(__f1, __f2); }
template<typename _Tp>
- int
+ in
line in
t
__capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); }
template<typename _Tp>