llvm-project/libcxx/test/std/containers
Marshall Clow dc3eb83d08 Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report.
llvm-svn: 275105
2016-07-11 21:38:08 +00:00
..
associative Fix static assert problem on gcc; remove XFAILs that I put in in r274250 2016-06-30 22:05:45 +00:00
container.adaptors Implement LWG#2684: 'priority_queue lacking comparator typedef'. We already did this, just added tests 2016-06-30 16:03:50 +00:00
container.requirements
containers.general
sequences Always use the allocator to construct/destruct elements of a deque/vector. Fixes PR#28412. Thanks to Jonathan Wakely for the report. 2016-07-11 21:38:08 +00:00
unord Fix static assert problem on gcc; remove XFAILs that I put in in r274250 2016-06-30 22:05:45 +00:00
Copyable.h
Emplaceable.h
NotConstructible.h
map_allocator_requirement_test_templates.h Fix LWG issue 2345 - Add insert(value_type&&) 2016-04-18 01:40:45 +00:00
nothing_to_do.pass.cpp
set_allocator_requirement_test_templates.h Teach map/unordered_map how to optimize 'emplace(Key, T)'. 2016-04-16 00:23:12 +00:00
stack_allocator.h
test_compare.h
test_hash.h