when is a GDC/D2/Phobos bug a GDC bug?
Daniel Gibson
metalcaedes at gmail.com
Tue Nov 23 13:48:40 PST 2010
bearophile schrieb:
> Graham Fawcett:
>
>> I've played with the new GDC version today. Overall it seems solid, but
>> I've encountered some issues that are probably Phobos-related. Since
>> this is my first 64-bit D compiler, I wonder whether some parts of
>> Phobos might not yet be 64-bit ready.
>
> Is it possible to improve the D language so there are less problems in converting code written on 32 bit to 64 bit (or the other way around)? There are many possible ideas.
>
Not necessary (at least for these problems), people just have to use size_t
instead of (u)int for indexes and such more consequently ;)
> Bye,
> bearophile
Cheers,
- Daniel
More information about the Digitalmars-d
mailing list