Skip to content

Commit f811566

Browse files
committed
Drop stray debug static assertion
1 parent 2a6263c commit f811566

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/test/std/atomics/atomics.ref/increment_decrement.pass.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ struct TestDoesNotHaveIncrementDecrement {
4848
template <typename T>
4949
struct TestIncrementDecrement {
5050
void operator()() const {
51-
static_assert(std::is_integral_v<T> || std::is_pointer_v<T>);
5251
if constexpr (std::is_integral_v<T>) {
5352
T x(T(1));
5453
std::atomic_ref<T> const a(x);

0 commit comments

Comments
 (0)