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 6b6f018 commit 1729b7aCopy full SHA for 1729b7a
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