summaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/c_std
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-01 20:59:31 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2005-09-01 20:59:31 +0000
commit6e5ac0f4bf881b11d6f24528ba019ca3b35c2513 (patch)
treea191cb9ec098baa4c11c473787d3e1cc34ade1a1 /libstdc++-v3/include/c_std
parentcbb53ec6d966c29f5a8b2e5750687b6c7b9f57dc (diff)
downloadgcc-6e5ac0f4bf881b11d6f24528ba019ca3b35c2513.tar.gz
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: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103747 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/c_std')
-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>