Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp17270 #define CATCH_STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__ , #__VA_ARGS__ ); C… macro
17273 #define CATCH_STATIC_REQUIRE( ... ) CATCH_REQUIRE( __VA_ARGS__ ) macro
17484 #define CATCH_STATIC_REQUIRE( ... ) (void)(0) macro