Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp17369 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro
17372 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro
17557 #define STATIC_REQUIRE( ... ) (void)(0) macro