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