On Friday, 31 January 2014 at 06:24:27 UTC, Dan Killebrew wrote:
mixin template Foo(alias a){ alias Foo=a; } pragma(msg, Foo!2); // errortemplate Bar(alias a){ alias Bar=a; } pragma(msg, Bar!2); // okAs far as I can tell, 'mixin template' does nothing new;
(besides fail to compile in Timon's reply). I should have said "it does nothing helpful."