llvm-project/libcxx/test/std/iterators/predef.iterators/counted.iterator
Arthur O'Dwyer 4b3e0d2a7e [libc++] Fix LWG3533 "Make `base() const&` consistent..."
Fixed in counted_iterator and transform_view::iterator.
The LWG issue also affected elements_view::iterator, but we haven't
implemented that one yet, and whoever does implement it will get
the fix for free if they just follow the working draft's wording.

Drive-by stop calling `.base()` on test iterators in the test,
and improve the transform_view::iterator/sentinel tests.

Differential Revision: https://reviews.llvm.org/D117329
2022-01-26 19:38:39 -05:00
..
arrow.pass.cpp
assign.pass.cpp
base.pass.cpp [libc++] Fix LWG3533 "Make `base() const&` consistent..." 2022-01-26 19:38:39 -05:00
compare.pass.cpp
count.pass.cpp
ctor.conv.pass.cpp
ctor.default.pass.cpp [libc++] Remove incorrect default constructor in cpp17_input_iterator 2022-01-04 14:33:51 -05:00
ctor.iter.pass.cpp
decrement.pass.cpp
deref.pass.cpp
increment.cpp
iter_move.pass.cpp
iter_swap.pass.cpp
iterator_concept_conformance.compile.pass.cpp
iterator_traits.compile.pass.cpp
member_types.compile.pass.cpp
minus.default_sentinel.pass.cpp
minus.eq.pass.cpp
minus.iter.pass.cpp
minus.size.pass.cpp
plus.pass.cpp
subscript.pass.cpp
three_way_compare.pass.cpp