Searched refs:STATIC_REQUIRE_FALSE (Results 1 – 1 of 1) sorted by relevance
17370 #define STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); SUCCEED… macro17373 #define STATIC_REQUIRE_FALSE( ... ) REQUIRE_FALSE( __VA_ARGS__ ) macro17558 #define STATIC_REQUIRE_FALSE( ... ) (void)(0) macro