Things to look up in the docs

Simen kjaeraas simen.kjaras at gmail.com
Sat Jan 2 13:37:23 PST 2010


Philippe Sigaud <philippe.sigaud at gmail.com> 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



More information about the Digitalmars-d mailing list