llvm-project/libcxx/test/std
Louis Dionne c90dee1e90 [libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 build
fdc41e11f was reverted in e46c1def5 because it broke the C++11 build.
We shouldn't be using enable_if_t in C++11, instead we must use
enable_if<...>::type.
2020-09-23 08:56:00 -04:00
..
algorithms [Take 2] [libc++] Make rotate a constexpr. 2020-09-14 18:14:46 -04:00
atomics Commenting out atomics with padding to unbreak MSAN tests 2020-09-16 16:12:10 -07:00
concepts/lang [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
containers [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
depr [libc++][test] Portability fix of std::strstreambuf constructor test 2020-09-14 17:09:09 -04:00
diagnostics [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
experimental [Coroutines] Fix a few failing tests 2020-06-23 10:48:17 -07:00
input.output [libc++] Re-apply fdc41e11f (LWG1203) without breaking the C++11 build 2020-09-23 08:56:00 -04:00
iterators [libcxx] ostream{,buf}_iterator::difference_type changes in C++20 2020-09-14 11:08:09 -04:00
language.support [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
localization [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
namespace [libc++] Implement P0551 2020-07-13 13:42:26 -04:00
numerics [libc++][pstl] Remove c++98 from UNSUPPORTED annotations 2020-07-29 14:17:32 -04:00
re [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
strings [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
thread [libc++] Remove workarounds for missing rvalue references 2020-08-12 12:02:28 -04:00
utilities [libc++] Implement C++20's P0784 (More constexpr containers) 2020-09-22 11:20:33 -04:00
pstl [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00