llvm-project/libcxx/test/std/containers/associative/set
Eric Fiselier 0d62791983 Add braces, move braces, and rename variables to avoid shadowing. Patch from STL@microsoft.com
llvm-svn: 267844
2016-04-28 02:45:11 +00:00
..
set.cons Add braces, move braces, and rename variables to avoid shadowing. Patch from STL@microsoft.com 2016-04-28 02:45:11 +00:00
set.special Complete LWG issue #2016. Allocators must be nothrow swappable 2016-04-22 00:15:18 +00:00
allocator_mismatch.fail.cpp Add static_assert to set/multiset/map/multimap/forward_list/deque that the allocator's value_type match the container's value_type. vector/unordered/list/string already do this. Add tests for all the containers to verify this. 2015-11-26 01:24:04 +00:00
clear.pass.cpp
count.pass.cpp
emplace.pass.cpp
emplace_hint.pass.cpp
empty.pass.cpp
equal_range.pass.cpp
erase_iter.pass.cpp Fix for LWG Issue 2059: C++0x ambiguity problem with map::erase 2015-05-10 13:35:00 +00:00
erase_iter_iter.pass.cpp
erase_key.pass.cpp
find.pass.cpp
incomplete_type.pass.cpp Cleanup node-type handling in the associative containers. 2016-02-20 05:28:30 +00:00
insert_and_emplace_allocator_requirements.pass.cpp Extract key to avoid preemptive mallocs in insert/emplace in associative containers 2016-04-15 23:27:27 +00:00
insert_cv.pass.cpp
insert_initializer_list.pass.cpp
insert_iter_cv.pass.cpp
insert_iter_iter.pass.cpp
insert_iter_rv.pass.cpp We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 2015-01-28 21:22:53 +00:00
insert_rv.pass.cpp We had two identical files named 'MoveOnly.h' in the test suite. Move one to support/, remove the other, and update all the tests that included them. No functionality change. 2015-01-28 21:22:53 +00:00
iterator.pass.cpp
lower_bound.pass.cpp
max_size.pass.cpp
size.pass.cpp
types.pass.cpp
upper_bound.pass.cpp
version.pass.cpp