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/utilities/meta/meta.trans/meta.trans.other
Nico Weber 981b01d9d0 Make meta.trans.other/aligned_storage.pass.cpp pass on arm.
The maximum alignment on arm is 8, not 16 like on x86. Use alignof(max_align_t)
to make the test work in both cases.


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@210195 91177308-0d34-0410-b5e6-96231b3b80d8
12 years ago
..
aligned_storage.pass.cpp Make meta.trans.other/aligned_storage.pass.cpp pass on arm. 12 years ago
aligned_union.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
common_type.pass.cpp Fix LWG Issue 2141: common_type trait produces reference types 12 years ago
conditional.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
decay.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
enable_if.fail.cpp license change 15 years ago
enable_if.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
enable_if2.fail.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago
result_of.pass.cpp Fix for PR17606 - result_of (and INVOKE) works incorrectly for member function pointers with ref qualifiers. Also a drive-by fix for common_type in C++03 mode. Thanks to Michel Morin for the bug report and the proposed fix. 12 years ago
underlying_type.pass.cpp Patch for N3655 (Transformation type traits) with Howard's additions 13 years ago