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  | 
			||
|---|---|---|
| .. | ||
| unord.multimap.cnstr | ||
| unord.multimap.modifiers | ||
| unord.multimap.swap | ||
| allocator_mismatch.compile.fail.cpp | ||
| bucket.pass.cpp | ||
| bucket_count.pass.cpp | ||
| bucket_size.pass.cpp | ||
| contains.transparent.pass.cpp | ||
| count.pass.cpp | ||
| count.transparent.pass.cpp | ||
| empty.pass.cpp | ||
| empty.verify.cpp | ||
| eq.pass.cpp | ||
| equal_range_const.pass.cpp | ||
| equal_range_const.transparent.pass.cpp | ||
| equal_range_non_const.pass.cpp | ||
| equal_range_non_const.transparent.pass.cpp | ||
| erase_if.pass.cpp | ||
| find_const.pass.cpp | ||
| find_const.transparent.pass.cpp | ||
| find_non_const.pass.cpp | ||
| find_non_const.transparent.pass.cpp | ||
| incomplete.pass.cpp | ||
| iterator_concept_conformance.compile.pass.cpp | ||
| iterators.compile.fail.cpp | ||
| iterators.pass.cpp | ||
| load_factor.pass.cpp | ||
| local_iterators.compile.fail.cpp | ||
| local_iterators.pass.cpp | ||
| max_bucket_count.pass.cpp | ||
| max_load_factor.pass.cpp | ||
| max_size.pass.cpp | ||
| range_concept_conformance.compile.pass.cpp | ||
| rehash.pass.cpp | ||
| reserve.pass.cpp | ||
| scary.pass.cpp | ||
| size.pass.cpp | ||
| swap_member.pass.cpp | ||
| types.pass.cpp | ||