Searched defs:STATIC_REQUIRE (Results 1 – 2 of 2) sorted by relevance
247 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro250 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro411 #define STATIC_REQUIRE( ... ) (void)(0) macro
14731 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro14734 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro14894 #define STATIC_REQUIRE( ... ) (void)(0) macro