change mixins

BCS none at anon.com
Tue Jun 29 07:05:26 PDT 2010


Hello Simen,

> Walter Bright <newshound1 at digitalmars.com> wrote:
> 
>> Right now, mixins are defined and used as:
>> 
>> template foo(T) { declarations... }
>> 
>> mixin foo!(int) handle;
>> 
>> The proposal is to switch it around:
>> 
>> mixin template foo(T) { declarations... }
>> 
>> foo!(int) handle;
>> 
> What consensus was reached here?

IIRC, none.
 
-- 
... <IXOYE><





More information about the Digitalmars-d mailing list