]> gcc.gnu.org Git - gcc.git/commit
libstdc++: Fix typo in _Grapheme_cluster_view::_Iterator [PR115119]
authorJonathan Wakely <jwakely@redhat.com>
Thu, 16 May 2024 16:15:55 +0000 (17:15 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 17 May 2024 12:46:48 +0000 (13:46 +0100)
commitc9e05b03c18e898be604ab90401476e9c473cc52
tree07519ce700ce597b4399eedc0223a7fb81d3a612
parent4b9e68a6f3b22800a7f12b58ef6b25e3b339bb3c
libstdc++: Fix typo in _Grapheme_cluster_view::_Iterator [PR115119]

libstdc++-v3/ChangeLog:

PR libstdc++/115119
* include/bits/unicode.h (_Iterator::operator++(int)): Fix typo
in increment expression.
* testsuite/ext/unicode/grapheme_view.cc: Check post-increment
on view's iterator.
libstdc++-v3/include/bits/unicode.h
libstdc++-v3/testsuite/ext/unicode/grapheme_view.cc
This page took 0.063294 seconds and 5 git commands to generate.