[libcxx-commits] [libcxx] [libc++] add shared_recursive_mutex api (PR #82466)

A. Jiang via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 27 00:21:45 PST 2024


================
@@ -0,0 +1,122 @@
+#include <cassert>
----------------
frederick-vs-ja wrote:

`assert` is not used. But it seems that we should include `<__mutex/lock_guard.h>`.

```suggestion
#include <__mutex/lock_guard.h>
```

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


More information about the libcxx-commits mailing list