Walter Bright wrote:
Lots of meat and potatoes here, and a cookie! (spelling checker for error messages)

http://www.digitalmars.com/d/1.0/changelog.html
http://ftp.digitalmars.com/dmd.1.057.zip


http://www.digitalmars.com/d/2.0/changelog.html
http://ftp.digitalmars.com/dmd.2.041.zip

Thanks to the many people who contributed to this update!


It seems array literals have become dynamic arrays, but I can't find any mention of that in the change log.

  pragma(msg, typeof([1,2,3]).stringof);

  // Prints "int[3u]" with DMD 2.040
  // Prints "int[]" with DMD 2.041

-Lars

Reply via email to