what exactly does -v1 do?

Tyler Knott tywebmail at mailcity.com
Thu Feb 22 15:50:50 PST 2007


Lars Ivar Igesund wrote:
> Language features added to DMD after release 1.000 will not work when using
> that switch. 
> 
Except they do work?  This compiles on DMD 1.007 with -v1 (as the only flag) without error:

void main() { mixin(`int foo;`); } //mixin declarations are definitely post-1.0



More information about the Digitalmars-d mailing list