Home
last modified time | relevance | path

Searched defs:STATIC_REQUIRE (Results 1 – 2 of 2) sorted by relevance

/external/catch2/include/
Dcatch.hpp247 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro
250 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro
411 #define STATIC_REQUIRE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14731 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro
14734 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro
14894 #define STATIC_REQUIRE( ... ) (void)(0) macro