DMD 1.035 and 2.019 releases

Walter Bright newshound1 at digitalmars.com
Thu Sep 4 10:22:19 PDT 2008


Pablo Ripolles wrote:
> little typo: writefln("f(%1$s) = %2$%", x, y);      --->
> writefln("f(%1$s) = %2$s", x, y);
> 
> it doesn't compile anyway!
> 
> Walter, don't you think that the ctor overloading should be on
> "static opCall" better than *any* opCall?

That would make opCall overload unlike anything else.


More information about the Digitalmars-d-announce mailing list