Searched refs:static_assert (Results 1 – 2 of 2) sorted by relevance
18 #define static_assert(expr, ...) __static_assert(expr, ##__VA_ARGS__, #expr) macro
28 static_assert(SIGN == 1);29 static_assert(ZEROPAD == ('0' - ' '));30 static_assert(SMALL == ('a' ^ 'A'));