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
SrMordred via Digitalmars-d-learn Wed, 25 Oct 2017 12:55:43 -0700
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