You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/containers/unord
Louis Dionne 5f99b4ef15 [libc++] Add missing UNSUPPORTED for CTAD tests
The tests for unordered_set and unordered_multiset were missing UNSUPPORTED
markup for Apple Clang 9.1, which is still being used on some CI bots.

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@366259 91177308-0d34-0410-b5e6-96231b3b80d8
6 years ago
..
unord.map Add contains method to associative containers. This patch implements P0458R2, adding contains to map, multimap, unordered_map, unordered_multimap, set, multiset, unordered_set, and unordered_multiset. 6 years ago
unord.multimap [libc++] Implement P0433: deduction guides for <unordered_map> 6 years ago
unord.multiset [libc++] Add missing UNSUPPORTED for CTAD tests 6 years ago
unord.set [libc++] Add missing UNSUPPORTED for CTAD tests 6 years ago
iterator_difference_type.pass.cpp Support tests in freestanding 7 years ago