cxx/test/containers
2013-11-13 22:44:48 +00:00
..
associative SCARY/N2913 iterator support between the multi and non-multi versions of the associative and unordered containers. I beleive lack of support for this was accidentally recently introduced (by me) and this is fixing a regression. This time tests are put in to prevent such a regression in the future. 2013-09-30 19:08:22 +00:00
container.adaptors noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. 2011-06-04 22:09:19 +00:00
container.requirements license change 2010-11-16 22:09:02 +00:00
containers.general license change 2010-11-16 22:09:02 +00:00
sequences Move <dynarray> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS 2013-11-13 22:44:48 +00:00
unord Part 8 of LWG Issue 2210' unordered_set and unordered multiset; this got missed when I went on vacation 2013-09-30 21:33:51 +00:00
Copyable.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
DefaultOnly.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
Emplaceable.h Suppress some warings in the tests. 2011-05-13 23:59:50 +00:00
min_allocator.h Implement full support for non-pointer pointers in custom allocators for vector. 2013-06-27 19:35:32 +00:00
MoveOnly.h Changed __config to react to all of clang's currently documented has_feature flags, and renamed _LIBCPP_MOVE to _LIBCPP_HAS_NO_RVALUE_REFERENCES to be more consistent with the rest of the libc++'s flags, and with clang's nomenclature. 2010-09-04 23:28:19 +00:00
NotConstructible.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00
nothing_to_do.pass.cpp license change 2010-11-16 22:09:02 +00:00
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 Fixing whitespace problems 2010-08-22 00:15:28 +00:00
test_hash.h Fixing whitespace problems 2010-08-22 00:15:28 +00:00