Skip to content

Commit

Permalink
Disable static_assert in CNL_ASSERT_EQ
Browse files Browse the repository at this point in the history
  • Loading branch information
John McFarlane committed Feb 1, 2022
1 parent a55d5ba commit 372ada8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/framework/test.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

// NOLINTNEXTLINE(cppcoreguidelines-macro-usage)
#define CNL_ASSERT_EQ(a, b) \
static_assert(identical(a, b)); \
ASSERT_EQ(a, b);

// cnl::_impl::identical - compiles iff same type; returns true iff equal
Expand Down

0 comments on commit 372ada8

Please sign in to comment.