Change representation of dynamic arrays?

Anders F Björklund afb at algonet.se
Sat Oct 20 00:40:10 PDT 2007


Walter Bright wrote:

>> This will break some of my old code, but none of my new code.
>>
>> What you could do to fix that is to break it even more (ironically).
>> Make "printf" a reserved word, or an alias for writef, or /something/
>> which will cause any use of it to become a compile error.
> 
> Just add 'deprecate' <g>.

Or maybe just move it from object.d and hello.d, over to std.c.stdio ?

:-P

--anders



More information about the Digitalmars-d mailing list