dmd 1.053 and 2.037 release

Don nospam at nospam.com
Sat Dec 5 06:12:07 PST 2009


Extrawurst wrote:
> Walter Bright wrote:
>> Probably the biggest thing is opDispatch!
>>
>> http://www.digitalmars.com/d/1.0/changelog.html
>> http://ftp.digitalmars.com/dmd.1.053.zip
>>
>>
>> http://www.digitalmars.com/d/2.0/changelog.html
>> http://ftp.digitalmars.com/dmd.2.037.zip
>>
>> Many thanks to the numerous people who contributed to this update.
> 
> Can someone explain this "new feature" please ?!
> 
> "Added support for op= for array.length"
> 
> array.length = X; cannot be meant...

   int [] x = new int[30];
   x.length += 5;


More information about the Digitalmars-d-announce mailing list