Growing a Language (applicable to @attribute design)

Timon Gehr timon.gehr at gmx.ch
Thu Nov 15 02:14:04 PST 2012


On 11/14/2012 11:24 PM, Walter Bright wrote:
> 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.
>

http://d.puremagic.com/issues/show_bug.cgi?id=9029


More information about the Digitalmars-d mailing list