teak-llvm/libcxx/test/std/containers/associative/set
2015-11-26 01:24:04 +00:00
..
set.cons 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
set.special Implement the first part of N4258: 'Cleaning up noexcept in the Library'. This patch deals with swapping containers, and implements a more strict noexcept specification (a conforming extension) than the standard mandates. 2015-07-13 20:04:56 +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_hint.pass.cpp
emplace.pass.cpp
empty.pass.cpp
equal_range.pass.cpp
erase_iter_iter.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_key.pass.cpp
find.pass.cpp
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