]> 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:48:43 +0000 (13:48 +0100)
commite909d360dfaeafa9f45eda2461a1bedffac99ac2
treeab9c06ac52c1803b11970f4b85ac7a2f47ce6916
parent1e9ae50d4d160f6d557fc4cbbe95c4a36897c09f
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.

(cherry picked from commit c9e05b03c18e898be604ab90401476e9c473cc52)
libstdc++-v3/include/bits/unicode.h
libstdc++-v3/testsuite/ext/unicode/grapheme_view.cc
This page took 0.062318 seconds and 6 git commands to generate.