llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class
Louis Dionne 62cfa3a0b5 [libc++] Support move construction and assignment in <thread> in C++03
Libc++ provides support for <thread> in C++03 as an extension. Furthermore,
it does not support any compiler that doesn't have rvalue references. It
is hence possible to provide the move constructor and move assignment
operator in C++03.
2020-06-03 12:16:27 -04:00
..
thread.thread.algorithm Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
thread.thread.assign [libc++] Support move construction and assignment in <thread> in C++03 2020-06-03 12:16:27 -04:00
thread.thread.constr [libc++] Support move construction and assignment in <thread> in C++03 2020-06-03 12:16:27 -04:00
thread.thread.destr Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
thread.thread.id [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
thread.thread.member Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00
thread.thread.static Add include for 'test_macros.h' to all the tests that were missing them. Thanks to Zoe for the (big, but simple) patch. NFC intended. 2019-05-31 18:35:30 +00:00