From 4eafe8821205e06658911b724a204043dcf25ee8 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Thu, 1 Sep 2005 20:59:31 +0000 Subject: [PATCH] std_cmath.h: Declare C99 functions and helper functions as inline. 2005-09-01 Benjamin Kosnik * 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - int + inline int __capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); } template