<br><br><div class="gmail_quote">On Mon, Jun 13, 2011 at 3:56 PM, Jose Armando Garcia <span dir="ltr"><<a href="mailto:jsancio@gmail.com">jsancio@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<br>
I can make them free standing template but to use them the client must:<br>
<br>
logInfo!()("Hello world");<br></blockquote></div><br>IFTI with parameterless templates works fine:<br><br>int doStuff()(int num) {<br>    return num + 1;<br>}<br><br>void main() {<br>    doStuff(1);<br>}<br><br>