Typo in comment in stl_algo.h's any_of

Jonathan Wakely jwakely@redhat.com
Tue Oct 13 19:22:08 GMT 2020


On 13/10/20 19:23 +0100, Nuno Lopes via Libstdc++ wrote:
>Hi,
>
>There's a typo in the comment of any_of in stl_algo.h.
>Here's a trivial patch:
>
>--- stl_algo.h.old      2020-10-13 19:16:48.836304600 +0100
>+++ stl_algo.h  2020-10-13 19:17:27.357511100 +0100
>@@ -471,7 +471,7 @@
>     { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
>
>   /**
>-   *  @brief  Checks that a predicate is false for at least an element
>+   *  @brief  Checks that a predicate is true for at least an element
>    *          of a sequence.
>    *  @ingroup non_mutating_algorithms
>    *  @param  __first   An input iterator.

Thanks, applied to trunk.

I also changed "an element" to "one element".


-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch.txt
Type: text/x-patch
Size: 922 bytes
Desc: not available
URL: <https://gcc.gnu.org/pipermail/gcc-patches/attachments/20201013/fb79f7d2/attachment.bin>


More information about the Gcc-patches mailing list