On Mon, Jun 13, 2011 at 3:56 PM, Jose Armando Garcia <[email protected]>wrote:

>
> I can make them free standing template but to use them the client must:
>
> logInfo!()("Hello world");
>

IFTI with parameterless templates works fine:

int doStuff()(int num) {
    return num + 1;
}

void main() {
    doStuff(1);
}
_______________________________________________
phobos mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/phobos

Reply via email to