Re: std.format example not working

2011-01-29 Thread Akakima
> > D1 bugs are still fixed, so bug reports are welcome. > > http://d.puremagic.com/issues/ > That's a bug in the documentation, please report. :) Ok. Will submit a report. > > D1 has been declared stable, though, so there is usually no point in > submitting enhancement requests for it. > I t

Re: std.format example not working

2011-01-29 Thread Lars T. Kyllingstad
On Fri, 28 Jan 2011 23:30:06 -0500, Akakima wrote: > Firt, i would like to know if you are interested in receiving comments > an bug reports for DMD V1. D1 bugs are still fixed, so bug reports are welcome. http://d.puremagic.com/issues/ D1 has been declared stable, though, so there is usually

std.format example not working

2011-01-28 Thread Akakima
Firt, i would like to know if you are interested in receiving comments an bug reports for DMD V1. If yes, then the following example does not work: http://www.digitalmars.com/d/1.0/phobos/std_format.html import std.c.stdio; import std.format; void formattedPrint(...) { void putc(char c) {fput