Home
last modified time | relevance | path

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

/freebsd-head/contrib/bsnmp/tests/
HDcatch.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