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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
libcxx_old/test/std/containers
Marshall Clow 3e653d6c9b Mark LWG2824 as complete. We already did it, but I added a test to be sure
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@321689 91177308-0d34-0410-b5e6-96231b3b80d8
8 years ago
..
associative Add some tests for operations on const associative containers. Part of LWG#2542 8 years ago
container.adaptors First part of P0600 - '[[nodiscard] in the standard library'. Mark the 'empty()' methods of all the containers as nodiscard. If you're calling empty() w/o looking at the result, you probably meanto to call 'clear()'. c++2a only 8 years ago
container.requirements Move test into test/std subdirectory. 11 years ago
containers.general Move test into test/std subdirectory. 11 years ago
sequences Mark LWG2824 as complete. We already did it, but I added a test to be sure 8 years ago
unord Change (void) casts to TEST_IGNORE_NODISCARD, as requested by Eric. Reviewed as https://reviews.llvm.org/D40065 8 years ago
Copyable.h Move test into test/std subdirectory. 11 years ago
Emplaceable.h [libcxx] [test] Update for C++17 feature removals. 8 years ago
NotConstructible.h [libcxx] [test] Update for C++17 feature removals. 8 years ago
map_allocator_requirement_test_templates.h Fix LWG issue 2345 - Add insert(value_type&&) 10 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago
set_allocator_requirement_test_templates.h Teach map/unordered_map how to optimize 'emplace(Key, T)'. 10 years ago
test_compare.h Add some tests for operations on const associative containers. Part of LWG#2542 8 years ago
test_hash.h Move test into test/std subdirectory. 11 years ago