dmd 1.075 and 2.060 release

Mike Parker aldacron at gmail.com
Thu Aug 2 19:22:10 PDT 2012


On 8/3/2012 4:40 AM, Peter Alexander wrote:
> Nice update, but broke Derelict2 :-(
>
> Regression: delegates with default arguments are broken (worked in 2.059)
>
>
> void foo(void delegate(int x = 0) fun)
> {
>      fun(); // Error: expected 1 function arguments, not 0
> }

I've committed the fix Derelict2.


More information about the Digitalmars-d-announce mailing list