mirror of https://github.com/llvm-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.
The two main fixes this patch contains are: - use __identity_t instead of common_type. common_type was used as an identity metafunction but the decay resulted in incorrect results. - Pointers to free functions were not counted as functions. Remove the pointer before checking if a type is a function. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@239668 91177308-0d34-0410-b5e6-96231b3b80d8 |
11 years ago | |
|---|---|---|
| .. | ||
| aligned_storage.pass.cpp | 11 years ago | |
| aligned_union.pass.cpp | 11 years ago | |
| common_type.pass.cpp | 11 years ago | |
| conditional.pass.cpp | 11 years ago | |
| decay.pass.cpp | 11 years ago | |
| enable_if.fail.cpp | 11 years ago | |
| enable_if.pass.cpp | 11 years ago | |
| enable_if2.fail.cpp | 11 years ago | |
| result_of.pass.cpp | 11 years ago | |
| result_of11.pass.cpp | 11 years ago | |
| underlying_type.pass.cpp | 11 years ago | |