[phobos] Would like to add std.log to the review queue

David Simcha dsimcha at gmail.com
Mon Jun 13 12:59:05 PDT 2011


On Mon, Jun 13, 2011 at 3:56 PM, Jose Armando Garcia <jsancio at gmail.com>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);
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/phobos/attachments/20110613/a4bdff06/attachment.html>


More information about the phobos mailing list