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.
Clang and C1XX both complain about mismatched class/struct, but libc++ and MSVC's STL differ on what they use for tuple_element/tuple_size, so there's no way to win here. I'm reverting this part of my previous change. In the future, I'll have to suppress the warning for one compiler or the other. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@305854 91177308-0d34-0410-b5e6-96231b3b80d8 |
9 years ago | |
|---|---|---|
| .. | ||
| tuple.include.array.pass.cpp | 10 years ago | |
| tuple.include.utility.pass.cpp | 10 years ago | |
| tuple_element.fail.cpp | 9 years ago | |
| tuple_element.pass.cpp | 9 years ago | |
| tuple_size.fail.cpp | 9 years ago | |
| tuple_size.pass.cpp | 9 years ago | |
| tuple_size_incomplete.fail.cpp | 9 years ago | |
| tuple_size_incomplete.pass.cpp | 9 years ago | |
| tuple_size_structured_bindings.pass.cpp | 9 years ago | |
| tuple_size_v.fail.cpp | 9 years ago | |
| tuple_size_v.pass.cpp | 9 years ago | |
| tuple_size_value_sfinae.pass.cpp | 9 years ago | |