2005-09-01 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2005 20:59:31 +0000 (20:59 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Sep 2005 20:59:31 +0000 (20:59 +0000)
* 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

libstdc++-v3/include/c_std/std_cmath.h

index 3d125e4..987f139 100644 (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>