Searched defs:CATCH_STATIC_REQUIRE (Results 1 – 3 of 3) sorted by relevance
178 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro181 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro395 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro
17559 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro17562 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro17773 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro
17293 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro17296 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro17507 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro