]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Adjust comment in <numeric>
authorJonathan Wakely <jwakely@redhat.com>
Wed, 16 Apr 2025 11:37:15 +0000 (12:37 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 16 Apr 2025 11:37:15 +0000 (12:37 +0100)
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.

libstdc++-v3/include/std/numeric

index ab6ae22609ba715d1066fe517369f90a752de71f..def9a39b05cd6fd135e63240e3b1d7b81003e3a1 100644 (file)
@@ -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