forked from OSchip/llvm-project
![]() C++20 revised the definition of what it means to be an iterator. While all _Cpp17InputIterators_ satisfy `std::input_iterator`, the reverse isn't true. D100271 introduces a new test adaptor to accommodate this new definition (`cpp20_input_iterator`). In order to help readers immediately distinguish which input iterator adaptor is _Cpp17InputIterator_, the current `input_iterator` adaptor has been prefixed with `cpp17_`. Differential Revision: https://reviews.llvm.org/D101242 |
||
---|---|---|
.. | ||
T_size_size.pass.cpp | ||
alloc.pass.cpp | ||
brace_assignment.pass.cpp | ||
char_assignment.pass.cpp | ||
copy.pass.cpp | ||
copy_alloc.pass.cpp | ||
copy_assignment.pass.cpp | ||
default_noexcept.pass.cpp | ||
dtor_noexcept.pass.cpp | ||
implicit_deduction_guides.pass.cpp | ||
initializer_list.pass.cpp | ||
initializer_list_assignment.pass.cpp | ||
iter_alloc.pass.cpp | ||
iter_alloc_deduction.fail.cpp | ||
iter_alloc_deduction.pass.cpp | ||
move.pass.cpp | ||
move_alloc.pass.cpp | ||
move_assign_noexcept.pass.cpp | ||
move_assignment.pass.cpp | ||
move_noexcept.pass.cpp | ||
pointer_alloc.pass.cpp | ||
pointer_assignment.pass.cpp | ||
pointer_size_alloc.pass.cpp | ||
size_char_alloc.pass.cpp | ||
string_view.compile.fail.cpp | ||
string_view.pass.cpp | ||
string_view_assignment.pass.cpp | ||
string_view_deduction.fail.cpp | ||
string_view_deduction.pass.cpp | ||
string_view_size_size_deduction.fail.cpp | ||
string_view_size_size_deduction.pass.cpp | ||
substr.pass.cpp |