dmd 1.046 and 2.031 releases

Walter Bright newshound1 at digitalmars.com
Mon Jul 6 03:28:38 PDT 2009


Denis Koroskin wrote:
>> auto x = p1 - p2;
>>
>> What's the type of x?
> 
> ptrdiff_t, signed counterpart of size_t

Do you really want an error if you go:

size_t y = p1 - p2;

?



More information about the Digitalmars-d-announce mailing list