[libcxx-commits] [libcxx] [libc++] Implement C++20 atomic_ref (PR #76647)

Damien L-G via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 3 14:14:39 PDT 2024


================
@@ -6,6 +6,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03, c++11, c++14, c++17
+// UNSUPPORTED: no-threads
----------------
dalg24 wrote:

Does not compile
https://github.com/llvm/llvm-project/actions/runs/8939256898/job/24556637589#step:3:1864

I am following what is done in the `std::atomic` tests
https://github.com/llvm/llvm-project/blob/5d81b1c50a6eadc5d2ebe8c524dd2daa665402d7/libcxx/test/std/atomics/atomics.types.generic/atomics.types.float/notify_all.pass.cpp#L8

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


More information about the libcxx-commits mailing list