Searched defs:STATIC_REQUIRE (Results 1 – 1 of 1) sorted by relevance
17369 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro17372 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro17557 #define STATIC_REQUIRE( ... ) (void)(0) macro