Home
last modified time | relevance | path

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

/external/catch2/include/
Dcatch.hpp164 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro
167 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro
346 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro
/external/catch2/single_include/catch2/
Dcatch.hpp14651 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro
14654 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro
14830 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro