This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
utilities
/
meta
/
meta.trans
History
Louis Dionne
3a244fcf29
[libc++] Remove more test-suite workarounds for unsupported GCC versions
...
Differential Revision:
https://reviews.llvm.org/D108466
2021-08-20 13:26:43 -04:00
..
meta.trans.arr
Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended
2019-03-28 03:39:25 +00:00
meta.trans.cv
Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended
2019-03-28 03:39:25 +00:00
meta.trans.other
[libc++] Remove more test-suite workarounds for unsupported GCC versions
2021-08-20 13:26:43 -04:00
meta.trans.ptr
Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended
2019-03-28 03:39:25 +00:00
meta.trans.ref
Make rvalue metaprogramming traits work in C++03.
2019-06-21 14:31:34 +00:00
meta.trans.sign
Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'static_assert( is_same<'. Much easier to read. I left two tests alone: is_same.pass.cpp, which should call 'is_same' directly, and common_type.pass.cpp, which Eric is working on. NFC intended
2019-03-28 03:39:25 +00:00