Searched defs:CATCH_STATIC_REQUIRE_FALSE (Results 1 – 2 of 2) sorted by relevance
165 #define CATCH_STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); C… macro168 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ ) macro347 #define CATCH_STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
14652 #define CATCH_STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); C… macro14655 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ ) macro14831 #define CATCH_STATIC_REQUIRE_FALSE( ... ) (void)(0) macro