macro const_assert_eq($lhs, $rhs) { ... }

Aborts the compilation if lhs and rhs are not equal during compilation.

lhs and rhs must be constant expressions.

Examples