#define TTS_EXPECT_NOT_COMPILES | ( | Symbols..., | |
Expression, | |||
... | |||
) |
Checks if an Expression
based on a list of Symbols
will not compile properly in a SFINAE context.
Symbols | Variadic lists of symbols used in the tests |
Expression | Brace-enclosed expression to validate. |
... | Optional tag. If equals to REQUIRED , this test will stop the program if it fails. |