public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r11-3856] libstdc++: Fix doxygen comment for std::any_of
@ 2020-10-13 19:21 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2020-10-13 19:21 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

https://gcc.gnu.org/g:5204cc561a8d3c1a671969715ceb507ece8edef7

commit r11-3856-g5204cc561a8d3c1a671969715ceb507ece8edef7
Author: Nuno Lopes <nuno.lopes@ist.utl.pt>
Date:   Tue Oct 13 20:21:55 2020 +0100

    libstdc++: Fix doxygen comment for std::any_of
    
    libstdc++-v3/ChangeLog:
    
            * include/bits/stl_algo.h (any_of): Fix incorrect description
            in comment.

Diff:
---
 libstdc++-v3/include/bits/stl_algo.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libstdc++-v3/include/bits/stl_algo.h b/libstdc++-v3/include/bits/stl_algo.h
index 2478b5857c1..621c6331422 100644
--- a/libstdc++-v3/include/bits/stl_algo.h
+++ b/libstdc++-v3/include/bits/stl_algo.h
@@ -471,7 +471,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
     { 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 one element
    *          of a sequence.
    *  @ingroup non_mutating_algorithms
    *  @param  __first   An input iterator.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-10-13 19:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13 19:21 [gcc r11-3856] libstdc++: Fix doxygen comment for std::any_of Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).