[libcxx-commits] [libcxx] [libc++] Allows any types of size 4 and 8 to use native platform ulock_wait (PR #161086)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Oct 31 10:59:49 PDT 2025
================
@@ -216,6 +224,13 @@
#endif
+// This controls the availability of new implementation of std::atomic's
+// wait, notify_one and notify all. The new implementation uses
----------------
ldionne wrote:
```suggestion
// wait, notify_one and notify_all. The new implementation uses
```
https://github.com/llvm/llvm-project/pull/161086
More information about the libcxx-commits
mailing list