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 1c3ec6d480 Another installment on debug mode. This addresses list. However this should be considered a temporary state. The API of the debug database and how vector and list use it, is unsatisfactory at the moment. It is both inefficient and overly verbose. I wanted to get this functionality checked in though. In the next day or so I'll refactor what is there in an attempt to streamline things.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140660 91177308-0d34-0410-b5e6-96231b3b80d8
14 years ago
..
associative Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 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 Another installment on debug mode. This addresses list. However this should be considered a temporary state. The API of the debug database and how vector and list use it, is unsatisfactory at the moment. It is both inefficient and overly verbose. I wanted to get this functionality checked in though. In the next day or so I'll refactor what is there in an attempt to streamline things. 14 years ago
unord Fixed PR10574: http://llvm.org/bugs/show_bug.cgi?id=10574 14 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