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><