Searched refs:STATIC_REQUIRE (Results 1 – 6 of 6) sorted by relevance
60 * `STATIC_REQUIRE`62 `STATIC_REQUIRE( expr )` is a macro that can be used the same way as a70 TEST_CASE("STATIC_REQUIRE showcase", "[traits]") {71 STATIC_REQUIRE( std::is_void<void>::value );
142 * Added `STATIC_REQUIRE` macro (#1356, #1362)
177 STATIC_REQUIRE(std::is_same<decltype(val), int>::value);182 STATIC_REQUIRE(std::is_same<decltype(val), double>::value);
192 STATIC_REQUIRE( std::is_void<void>::value );
247 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro250 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro411 #define STATIC_REQUIRE( ... ) (void)(0) macro
14731 #define STATIC_REQUIRE( ... ) static_assert( __VA_ARGS__, #__VA_ARGS__ ); SUCCEED( #__VA_A… macro14734 #define STATIC_REQUIRE( ... ) REQUIRE( __VA_ARGS__ ) macro14894 #define STATIC_REQUIRE( ... ) (void)(0) macro