You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/containers
Howard Hinnant 58cd8231d8 noexcept for <stack>. This completes noexcept for Chapter 23 [containers].
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132652 91177308-0d34-0410-b5e6-96231b3b80d8
15 years ago
..
associative noexcept for <set>. Plus a few fixes to noexcept for <map>. 15 years ago
container.adaptors noexcept for <stack>. This completes noexcept for Chapter 23 [containers]. 15 years ago
container.requirements license change 15 years ago
containers.general license change 15 years ago
sequences noexcept for <vector>. This also includes installing move_if_noexcept() into vector. 15 years ago
unord noexcept for <unordered_set>. 15 years ago
Copyable.h Fixing whitespace problems 15 years ago
DefaultOnly.h Fixing whitespace problems 15 years ago
Emplaceable.h Suppress some warings in the tests. 15 years ago
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. 15 years ago
NotConstructible.h Fixing whitespace problems 15 years ago
iterators.h Fixing whitespace problems 15 years ago
nothing_to_do.pass.cpp license change 15 years ago
stack_allocator.h Fixing whitespace problems 15 years ago
test_allocator.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. 15 years ago
test_compare.h Fixing whitespace problems 15 years ago
test_hash.h Fixing whitespace problems 15 years ago