libstdc++: LWG 3397 basic_istream_view::iterator should not provide iterator_category
authorPatrick Palka <ppalka@redhat.com>
Mon, 24 Feb 2020 22:13:40 +0000 (17:13 -0500)
committerPatrick Palka <ppalka@redhat.com>
Tue, 25 Feb 2020 18:04:33 +0000 (13:04 -0500)
commit76a8c0f65e2b676bf78e44dbb5a3048f0d6e3170
treee4ede990f82cee12f11a2b725c176e37facb64f8
parentec15da7c33055c37ba58cb778a4414aae49f16ba
libstdc++: LWG 3397 basic_istream_view::iterator should not provide iterator_category

libstdc++-v3/ChangeLog:

LWG 3397 basic_istream_view::iterator should not provide
iterator_category
* include/std/ranges (basic_istream_view:_Iterator::iterator_category):
Rename to ...
(basic_istream_view:_Iterator::iterator_concept): ... this.
* testsuite/std/ranges/istream_view.cc: Augment test.
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/ranges
libstdc++-v3/testsuite/std/ranges/istream_view.cc