dmd 2.029 release

Walter Bright newshound1 at digitalmars.com
Mon Apr 20 10:10:41 PDT 2009


tama wrote:
> I tested following code.
> 
> writefln(3 * 4);
> 
> This code doesn't work in the first place:-<

Yes, that's one of the breaking changes in the new phobos2. writefln
expects its first argument to be a format string.

If it isn't, use writeln instead.


More information about the Digitalmars-d-announce mailing list