aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2005-09-01 20:59:31 +0000
committerBenjamin Kosnik <bkoz@redhat.com>2005-09-01 20:59:31 +0000
commitaa955b5ef036c45568a53e4e1e8ed2735f5f6680 (patch)
treea191cb9ec098baa4c11c473787d3e1cc34ade1a1 /libstdc++-v3
parent22b0bf4efbafc7cd5a457a79647e5a15f19bc565 (diff)
2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
* include/c_std/std_cmath.h: Declare C99 functions and helper functions as inline. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@103747 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/include/c_std/std_cmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/c_std/std_cmath.h b/libstdc++-v3/include/c_std/std_cmath.h
index 3d125e4422c..987f1392539 100644
--- 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
+ inline int
__capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); }
template<typename _Tp>