https://gcc.gnu.org/g:6f897be2044e4f91bdd324b5f68230fffb868af8
commit r14-11629-g6f897be2044e4f91bdd324b5f68230fffb868af8 Author: Jonathan Wakely <jwak...@redhat.com> Date: Wed Apr 16 12:37:15 2025 +0100 libstdc++: Adjust comment in <numeric> We don't need to mention ranges::out_value_result in this comment, because <numeric> doesn't care about that name. libstdc++-v3/ChangeLog: * include/std/numeric: Only mention ranges::iota in comment. Diff: --- libstdc++-v3/include/std/numeric | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/include/std/numeric b/libstdc++-v3/include/std/numeric index ab6ae22609ba..def9a39b05cd 100644 --- a/libstdc++-v3/include/std/numeric +++ b/libstdc++-v3/include/std/numeric @@ -90,7 +90,7 @@ #include <bits/version.h> #if __glibcxx_ranges_iota >= 202202L // C++ >= 23 -# include <bits/ranges_algobase.h> // for ranges::out_value_result, ranges::iota +# include <bits/ranges_algobase.h> // for ranges::iota #endif #ifdef __glibcxx_saturation_arithmetic // C++ >= 26