llvm-project/libcxx/test/std/thread/thread.threads/thread.thread.class/thread.thread.assign
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
..
copy.compile.fail.cpp [libc++] Remove workaround for .fail.cpp tests that don't have clang-verify markup 2020-04-15 10:53:37 -04:00
move.pass.cpp [libc++] Support move construction and assignment in <thread> in C++03 2020-06-03 12:16:27 -04:00
move2.pass.cpp [libc++] Support move construction and assignment in <thread> in C++03 2020-06-03 12:16:27 -04:00