version and extern problems

Walter Bright newshound1 at digitalmars.com
Mon Jul 9 10:55:55 PDT 2007


Sean Kelly wrote:
> That seems like it should work.  Is the problem something to do with the 
> order in which things are evaluated at compile-time?

It doesn't work because mixin is supposed to be a complete statement, 
not part of one. The XXX: forms a prefix, not a complete statement.



More information about the Digitalmars-d mailing list