ChangeLog
77.7 KB
-
libstdc++: Fix uses of _M_current in split_view's outer iterator · 0b7f1e24
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.
Jonathan Wakely committed