You've already forked llvm-project
mirror of
https://github.com/encounter/llvm-project.git
synced 2026-03-30 11:27:19 -07:00
62cfa3a0b5
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.