gcc/libstdc++-v3
Jonathan Wakely 0b7f1e2431 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.
2020-03-10 22:15:58 +00:00
..
2020-03-01 06:13:28 -08:00
2020-01-01 12:51:42 +01:00
2017-01-01 13:07:43 +01:00
2018-01-03 11:03:58 +01:00
2019-01-01 13:31:55 +01:00
2020-01-01 12:51:42 +01:00

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.