<br><br><div class="gmail_quote">On Mon, Jun 13, 2011 at 3:59 PM, David Simcha <span dir="ltr"><<a href="mailto:dsimcha@gmail.com">dsimcha@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><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" target="_blank">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></div>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>
</blockquote></div><br>BTW, this trick is useful when you need to work around Bug 2972 and effectively overload a function against a template.<br>