forked from mirror/libcxx
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.
A bunch of unordered containers tests call library functions but don't directly include the corresponding header files: - fabs() (defined in <cmath> which is not included); - is_permutation() (defined in <algorithm> which is not included); - next() (defined in <iterator> which is not included). - As a result, these tests won't compile against some conformant libraries. Reviewed as https://reviews.llvm.org/D54643. Thanks to Andrey Maksimov for the patch. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@347085 91177308-0d34-0410-b5e6-96231b3b80d8 |
7 years ago | |
|---|---|---|
| .. | ||
| allocator.pass.cpp | 9 years ago | |
| assign_copy.pass.cpp | 7 years ago | |
| assign_init.pass.cpp | 7 years ago | |
| assign_move.pass.cpp | 7 years ago | |
| compare_copy_constructible.fail.cpp | 8 years ago | |
| copy.pass.cpp | 9 years ago | |
| copy_alloc.pass.cpp | 9 years ago | |
| default.pass.cpp | 9 years ago | |
| default_noexcept.pass.cpp | 9 years ago | |
| dtor_noexcept.pass.cpp | 9 years ago | |
| hash_copy_constructible.fail.cpp | 8 years ago | |
| init.pass.cpp | 7 years ago | |
| init_size.pass.cpp | 9 years ago | |
| init_size_hash.pass.cpp | 9 years ago | |
| init_size_hash_equal.pass.cpp | 9 years ago | |
| init_size_hash_equal_allocator.pass.cpp | 9 years ago | |
| move.pass.cpp | 9 years ago | |
| move_alloc.pass.cpp | 9 years ago | |
| move_assign_noexcept.pass.cpp | 9 years ago | |
| move_noexcept.pass.cpp | 9 years ago | |
| range.pass.cpp | 7 years ago | |
| range_size.pass.cpp | 9 years ago | |
| range_size_hash.pass.cpp | 9 years ago | |
| range_size_hash_equal.pass.cpp | 9 years ago | |
| range_size_hash_equal_allocator.pass.cpp | 9 years ago | |
| size.fail.cpp | 9 years ago | |
| size.pass.cpp | 9 years ago | |
| size_hash.pass.cpp | 9 years ago | |
| size_hash_equal.pass.cpp | 9 years ago | |
| size_hash_equal_allocator.pass.cpp | 9 years ago | |