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 060943a commit 48e1c8eCopy full SHA for 48e1c8e
libcxx/include/__atomic/atomic_sync.h
@@ -274,6 +274,7 @@ _LIBCPP_HIDE_FROM_ABI void __atomic_notify_all(const _AtomicWaitable& __a) {
274
}
275
276
# else // _LIBCPP_AVAILABILITY_HAS_NEW_SYNC
277
+
278
template <class _AtomicWaitable>
279
_LIBCPP_HIDE_FROM_ABI void __atomic_notify_one(const _AtomicWaitable& __a) {
280
static_assert(__atomic_waitable<_AtomicWaitable>::value, "");
0 commit comments