Philippe Sigaud <[email protected]> wrote:
- mixin. I have template Foo(T, U). In my code, should I write: Foo!(int, double); mixin Foo!(int, double); mixin( Foo!(int, double));
I feel there should be 'mixin templates', which require no 'mixin' prefix at the instantiation site. See bug #3666 (http://d.puremagic.com/issues/show_bug.cgi?id=3666), -- Simen
