std.stdio.write, writeln, fwrite, fwriteln

Sean Kelly sean at f4.ca
Thu Dec 28 12:10:39 PST 2006


Anders F Björklund wrote:
> 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...

Thanks for pointing this out.  I couldn't remember why the workarounds 
were necessary.

> For Mac OS X 10.4 / GCC 4.0, it should be working OK ?

I hope so.  Aside from some inline asm issues, I haven't seen anything 
DMD can compile that the new GDC cannot.


Sean



More information about the Digitalmars-d-announce mailing list