We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e1c8e commit c1a6abdCopy full SHA for c1a6abd
libcxx/include/__atomic/atomic_sync.h
@@ -286,6 +286,7 @@ _LIBCPP_HIDE_FROM_ABI void __atomic_notify_all(const _AtomicWaitable& __a) {
286
static_assert(__atomic_waitable<_AtomicWaitable>::value, "");
287
std::__cxx_atomic_notify_all(__atomic_waitable_traits<__decay_t<_AtomicWaitable> >::__atomic_contention_address(__a));
288
}
289
+
290
# endif
291
292
# else // _LIBCPP_HAS_THREADS
0 commit comments