std.stdio.write, writeln, fwrite, fwriteln

Anders F Björklund afb at algonet.se
Thu Dec 28 11:50:46 PST 2006


Sean Kelly wrote:

> As an alternative, I've put a copy of the readf/unFormat routines I wrote 
> ages ago online here:
> 
> http://www.invisibleduck.org/~sean/code/stdio.d
> http://www.invisibleduck.org/~sean/code/unformat.d
> http://www.invisibleduck.org/~sean/code/utf.d

Just for the archives: the ugly workarounds I did at
http://www.algonet.se/~afb/d/stdio/ turned out to be
just because Mac OS X 10.3 / GCC 3.3 doesn't support
templates fully, and GDC uses that for the TypeInfo...

For Mac OS X 10.4 / GCC 4.0, it should be working OK ?
(DMDScript is also broken on the old, for same reason)

--anders



More information about the Digitalmars-d-announce mailing list