hanchenye-llvm-project/libcxx/test/containers
Marshall Clow 2d6e2834a8 Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>)
llvm-svn: 188333
2013-08-13 23:54:12 +00:00
..
associative Second half (map/multimap) of N3657 2013-08-13 22:18:47 +00:00
container.adaptors
container.requirements
containers.general
sequences Implement LWG Issue #2187 (emplace_back and emplace for vector<bool>) 2013-08-13 23:54:12 +00:00
unord N3644 tests for map/multimap/set/multiset. Drive-by NOEXCEPT for __tree_const_iterator constructor. Fix comment typos in other tests 2013-08-08 21:52:50 +00:00
Copyable.h
DefaultOnly.h
Emplaceable.h
MoveOnly.h
NotConstructible.h
min_allocator.h Implement full support for non-pointer pointers in custom allocators for vector. 2013-06-27 19:35:32 +00:00
nothing_to_do.pass.cpp
stack_allocator.h This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. 2013-03-23 17:27:16 +00:00
test_allocator.h This is a start at making the libc++ test suite friendlier to the -fnoexceptions flag. Although this is not a complete solution, it does reduce the number of test failures on OS X from 467 to 128 on OS X when -fno-exceptions is enabled, and does not impact the number of failures at all when -fno-exceptions is not enabled. The bulk of this code was donated anonymously. 2013-03-23 17:27:16 +00:00
test_compare.h
test_hash.h