llvm-project/libcxx/test/std/containers/unord
Arthur O'Dwyer d5db71d19f [libc++] [P0919] Some belated review on D87171.
- Simplify the structure of the new tests.
- Test const containers as well as non-const containers,
    since it's easy to do so.
- Remove redundant enable-iffing of helper structs' member functions.
    (They're not instantiated unless they're called, and who would call them?)
- Fix indentation and use more consistent SFINAE method in <unordered_map>.
- Add _LIBCPP_INLINE_VISIBILITY on some swap functions.

Differential Revision: https://reviews.llvm.org/D109011
2021-09-20 14:46:38 -04:00
..
unord.map [libc++] [P0919] Some belated review on D87171. 2021-09-20 14:46:38 -04:00
unord.multimap [libc++] [P0919] Some belated review on D87171. 2021-09-20 14:46:38 -04:00
unord.multiset [libc++] [P0919] Some belated review on D87171. 2021-09-20 14:46:38 -04:00
unord.set [libc++] [P0919] Some belated review on D87171. 2021-09-20 14:46:38 -04:00
iterator_difference_type.pass.cpp Support tests in freestanding 2019-02-04 20:31:13 +00:00