[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:28 PDT 2024
================
@@ -18,31 +18,44 @@
// -> lock_guard<_Mutex>; // C++17
#include <mutex>
----------------
petrhosek wrote:
Done.
https://github.com/llvm/llvm-project/pull/98717
More information about the libcxx-commits
mailing list