[libcxx-commits] [libcxx] [libc++] Make `std::lock_guard` available with `_LIBCPP_HAS_NO_THREADS` (PR #98717)

Petr Hosek via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 15 16:06:16 PDT 2024


================
@@ -6,6 +6,8 @@
 //
 //===----------------------------------------------------------------------===//
 
+// UNSUPPORTED: no-threads
----------------
petrhosek wrote:

Done.

https://github.com/llvm/llvm-project/pull/98717


More information about the libcxx-commits mailing list