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.
---
Pushed to gcc-14 as obvious.
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 ab6ae22609b..def9a39b05c 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
--
2.49.0