Skip to content

Commit a4202f4

Browse files
committed
try again
1 parent b463de5 commit a4202f4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/__atomic/atomic_sync.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ struct __bind_nonatomic_equal {
199199
template <class _AtomicWaitable, class _Up>
200200
_LIBCPP_AVAILABILITY_SYNC _LIBCPP_HIDE_FROM_ABI void
201201
__atomic_wait(_AtomicWaitable& __a, _Up __val, memory_order __order) {
202-
static_assert(__atomic_waitable<_AtomicWaitable>::value, "");
203202
__bind_nonatomic_equal<_Up> __nonatomic_equal = {__val};
204203
std::__atomic_wait_unless(__a, __nonatomic_equal, __order);
205204
}

0 commit comments

Comments
 (0)