Searched defs:CATCH_STATIC_REQUIRE_FALSE (Results 1 – 3 of 3) sorted by relevance
179 #define CATCH_STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); C… macro182 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ ) macro396 #define CATCH_STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
17560 #define CATCH_STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); C… macro17563 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ ) macro17774 #define CATCH_STATIC_REQUIRE_FALSE( ... ) (void)(0) macro
17294 #define CATCH_STATIC_REQUIRE_FALSE( ... ) static_assert( !(__VA_ARGS__), "!(" #__VA_ARGS__ ")" ); C… macro17297 #define CATCH_STATIC_REQUIRE_FALSE( ... ) CATCH_REQUIRE_FALSE( __VA_ARGS__ ) macro17508 #define CATCH_STATIC_REQUIRE_FALSE( ... ) (void)(0) macro