[Issue 2030] New: String mixin within teplatate mixin doesn't compile

Janice Caron caron800 at googlemail.com
Thu Apr 24 23:05:40 PDT 2008


On 24/04/2008, d-bugmail at puremagic.com <d-bugmail at puremagic.com> wrote:
>  mixin (foo !("hello"));

Shouldn't that be

    mixin foo!("hello");

i.e. without the extra pair of parentheses?


More information about the Digitalmars-d-bugs mailing list