On 2 October 2012 18:56, Andrej Mitrovic <span dir="ltr"><<a href="mailto:andrej.mitrovich@gmail.com" target="_blank">andrej.mitrovich@gmail.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 10/2/12, Manu <<a href="mailto:turkeyman@gmail.com">turkeyman@gmail.com</a>> wrote:<br>
</div><div class="im">> Actually, this leaves a problem...<br>
> Distinction between:<br>
>   Event x; // using defaults<br>
> and<br>
>   Event!() x; // explicitly selecting none (which would fall back to the<br>
> defaults)<br>
><br>
> Is such a distinction possible? I presume not...<br>
><br>
<br>
</div>Well actually you can't use the first syntax at all with templates or<br>
templated types. :/<br>
</blockquote></div><div><br></div><div>Errr, really? If the template has default args, surely you don't need to specify any template args?</div><div>I'm sure I've done that before... :/</div>