From 6f897be2044e4f91bdd324b5f68230fffb868af8 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Wed, 16 Apr 2025 12:37:15 +0100 Subject: [PATCH] libstdc++: Adjust comment in We don't need to mention ranges::out_value_result in this comment, because doesn't care about that name. libstdc++-v3/ChangeLog: * include/std/numeric: Only mention ranges::iota in comment. --- 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 #if __glibcxx_ranges_iota >= 202202L // C++ >= 23 -# include // for ranges::out_value_result, ranges::iota +# include // for ranges::iota #endif #ifdef __glibcxx_saturation_arithmetic // C++ >= 26 -- 2.47.2