Function pointers/delegates default args were stealth removed?
Andrej Mitrovic
andrej.mitrovich at gmail.com
Sun Aug 26 16:04:27 PDT 2012
On 8/27/12, Manu <turkeyman at gmail.com> wrote:
> I just updated to 2.60 and found errors throughout my code where function
> pointers default args no longer work.
Yeah it was kind of surprising for me as well. If it's of any value
I've had to implement a templated workaround for my own needs, it
might help:
http://forum.dlang.org/thread/mailman.966.1343938387.31962.digitalmars-d-announce@puremagic.com
I don't know if this is something worthy of putting into Phobos.
More information about the Digitalmars-d
mailing list