diff options
| -rw-r--r-- | libstdc++-v3/include/c_std/std_cmath.h | 2 |
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 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<typename _Tp> - int + inline int __capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); } template<typename _Tp> |
