aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2020-03-10 22:15:58 +0000
committerJonathan Wakely <jwakely@redhat.com>2020-03-10 22:15:58 +0000
commit0b7f1e24316cfc1f85408918d1734d3266d65089 (patch)
tree51cd6058b26ff61d257c7d0bbdb4b34a072208aa /gcc
parentb269a014771776f860730874095dffb34839a466 (diff)
downloadgcc-0b7f1e24316cfc1f85408918d1734d3266d65089.zip
gcc-0b7f1e24316cfc1f85408918d1734d3266d65089.tar.gz
gcc-0b7f1e24316cfc1f85408918d1734d3266d65089.tar.bz2
libstdc++: Fix uses of _M_current in split_view's outer iterator
These direct uses of _M_current should all be __current() so they are valid when the base type doesn't satisfy the forward_range concept. * include/std/ranges (split_view::_OuterIter::__at_end): Use __current instead of _M_current. (split_view::_OuterIter::operator++): Likewise.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions