Growing a Language (applicable to @attribute design)

Walter Bright newshound2 at digitalmars.com
Wed Nov 14 14:24:18 PST 2012


On 11/14/2012 3:18 AM, Timon Gehr wrote:
> template Foo(alias a){ }
> struct S{}
>
> alias S X;     // ok
> alias int Y;   // ok
> mixin Foo!S;   // ok
> mixin Foo!int; // not ok
>
> Please fix that. (Everything should be ok.)

Please file a bugzilla for that.



More information about the Digitalmars-d mailing list