From ac2dca4daf516c6972df1f5ef66e64b3c8f12bc2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Dumont?= Date: Fri, 26 Jul 2019 05:05:48 +0000 Subject: [PATCH] =?utf8?q?2019-07-26=20=20Fran=C3=A7ois=20Dumont=20=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * testsuite/util/testsuite_iterators.h (bidirectional_iterator_wrapper): Fix type comment. (random_access_iterator_wrapper): Likewise. From-SVN: r273824 --- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/testsuite/util/testsuite_iterators.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 21f352a10b6..c9c338fd47b 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2019-07-26 François Dumont + + * testsuite/util/testsuite_iterators.h + (bidirectional_iterator_wrapper): Fix type comment. + (random_access_iterator_wrapper): Likewise. + 2019-07-25 Jonathan Wakely * include/std/bit (endian): Move definition here as per P1612R1. diff --git a/libstdc++-v3/testsuite/util/testsuite_iterators.h b/libstdc++-v3/testsuite/util/testsuite_iterators.h index ac646a59cb8..42e42740df9 100644 --- a/libstdc++-v3/testsuite/util/testsuite_iterators.h +++ b/libstdc++-v3/testsuite/util/testsuite_iterators.h @@ -344,7 +344,7 @@ namespace __gnu_test * @brief bidirectional_iterator wrapper for pointer * * This class takes a pointer and wraps it to provide exactly - * the requirements of a forward_iterator. It should not be + * the requirements of a bidirectional_iterator. It should not be * instantiated directly, but generated from a test_container */ template @@ -408,7 +408,7 @@ namespace __gnu_test * @brief random_access_iterator wrapper for pointer * * This class takes a pointer and wraps it to provide exactly - * the requirements of a forward_iterator. It should not be + * the requirements of a random_access_iterator. It should not be * instantiated directly, but generated from a test_container */ template -- 2.30.2