From: bkoz Date: Thu, 1 Sep 2005 20:59:31 +0000 (+0000) Subject: 2005-09-01 Benjamin Kosnik X-Git-Tag: upstream/4.9.2~58899 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e5ac0f4bf881b11d6f24528ba019ca3b35c2513;p=platform%2Fupstream%2Flinaro-gcc.git 2005-09-01 Benjamin Kosnik * 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 --- diff --git a/libstdc++-v3/include/c_std/std_cmath.h b/libstdc++-v3/include/c_std/std_cmath.h index 3d125e4..987f139 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 - int + inline int __capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); } template