[libcxx-commits] [libcxx] [libc++] Make `std::lock_guard` available with `_LIBCPP_HAS_NO_THREADS` (PR #98717)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jul 15 09:18:42 PDT 2024
================
@@ -6,6 +6,8 @@
//
//===----------------------------------------------------------------------===//
+// UNSUPPORTED: no-threads
----------------
ldionne wrote:
Similar comment here.
https://github.com/llvm/llvm-project/pull/98717
More information about the libcxx-commits
mailing list