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

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

lhs and rhs must be constant expressions.

Examples