where's fwritefln? Re: dmd 2.029 release

Tyro Tyro
Mon Apr 20 16:34:30 PDT 2009


annoyed Wrote:

> It's in dmd-v2.026/src/phobos/std/stdio.d:void fwritefln(FILE* fp, ...)
> 
> but I cannot find it in 2.029.
> 

It was removed, use File.writefln() instead. std.stdio has been rewritten so you might want to take a look at the docs.

Andrew


More information about the Digitalmars-d-announce mailing list