On Tue, 29 Jun 2010 16:05:26 +0200, BCS <[email protected]> wrote:
Hello Simen,Walter Bright <[email protected]> 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.
I really hope they make it optional at the usage site and compulsory at the definition site.
