llvm-project/libcxx/test/std/iterators/iterator.requirements
Mark de Wever 5e97d37b96 [libc++][NFC] Use cpp17_output_iterator in tests.
The renames the output_iterator to cpp17_output_iterator. These
iterators are still used in C++20 so it's not possible to change the
current type to the new C++20 requirements. This is done in a similar
fashion as the cpp17_input_iterator.

Reviewed By: #libc, Quuxplusone, ldionne

Differential Revision: https://reviews.llvm.org/D117950
2022-02-04 08:01:20 +01:00
..
alg.req.ind.copy [libc++][ranges] Implement `indirectly_copyable{,_storable}`. 2022-02-02 13:27:44 -08:00
alg.req.ind.move [libc++][ranges] Implement `indirectly_copyable{,_storable}`. 2022-02-02 13:27:44 -08:00
alg.req.ind.swap [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
bidirectional.iterators
forward.iterators
indirectcallable [libc++][ranges] Add indirectly_comparable concept 2022-01-04 23:40:57 +01:00
input.iterators
iterator.assoc.types [libc++] Remove Lit annotations for unsupported GCC versions from the test suite 2021-08-12 13:30:47 -04:00
iterator.concepts [libc++][NFC] Use cpp17_output_iterator in tests. 2022-02-04 08:01:20 +01:00
iterator.cust [libc++] [ranges] ADL-proof ranges::iter_{swap,move}. 2022-01-31 14:14:26 -05:00
iterator.iterators
iterator.requirements.general
output.iterators
random.access.iterators