The semicolon there indicates it is a complete statement that does nothing, and that's no error.

so why this line resolves to false?
void F(){}
pragma(msg, __traits( compiles, mixin("F();") ) );//false



Reply via email to