DMD 0.177 release

Andrei Alexandrescu (See Website For Email) SeeWebsiteForEmail at erdani.org
Thu Dec 21 01:54:19 PST 2006


Thomas Kuehne wrote:
> enum S{ FOO }
> template Templ(S T) { }
> mixin Templ!(S.FOO) bar;
> 
> Do you consider S an keyword here?

You're right, it makes parsing dependent on the symbol table, breaking a 
nice property of D. Back to the drawing board.

Andrei



More information about the Digitalmars-d-announce mailing list