<div class="gmail_quote">On 27 August 2012 02:04, Andrej Mitrovic <span dir="ltr"><<a href="mailto:andrej.mitrovich@gmail.com" target="_blank">andrej.mitrovich@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">On 8/27/12, Manu <<a href="mailto:turkeyman@gmail.com">turkeyman@gmail.com</a>> wrote:<br>
> I just updated to 2.60 and found errors throughout my code where function<br>
> pointers default args no longer work.<br>
<br>
</div>Yeah it was kind of surprising for me as well. If it's of any value<br>
I've had to implement a templated workaround for my own needs, it<br>
might help:<br>
<br>
<a href="http://forum.dlang.org/thread/mailman.966.1343938387.31962.digitalmars-d-announce@puremagic.com" target="_blank">http://forum.dlang.org/thread/mailman.966.1343938387.31962.digitalmars-d-announce@puremagic.com</a><br>

<br>
I don't know if this is something worthy of putting into Phobos.<br>
</blockquote></div><br><div>...it looks like you've just successfully implemented the inverse of don's C++ FastDelegate hack in D.</div><div>I'd say about 80% of the reason I found and adopted D in the first place was to get away from that FastDelegate hack... seriously. ;)</div>
<div><br></div><div>This won't do for foundational core API's.</div>