DMD 0.174 release

Kyle Furlong kylefurlong at gmail.com
Tue Nov 14 16:31:41 PST 2006


Kyle Furlong wrote:
> Walter Bright wrote:
>> Much improved tuple support.
>>
>> New 'scope' attribute for RAII objects. 'auto' still works the same, 
>> but will not for much longer. Use 'auto' for type inference.
>>
>> http://www.digitalmars.com/d/changelog.html
>>
>> http://ftp.digitalmars.com/dmd.174.zip
> 
> Documentation for 
> http://www.digitalmars.com/d/declaration.html#AutoDeclaration needs to 
> be updated to reflect the changes to RAII. I couldnt find any updates to 
> the spec grammar either.

In http://www.digitalmars.com/d/template.html,

"A Tuple whose elements consist entirely of types is called a TypeTuple. 
A Tuple whose elements consist entirely of types is called an 
ExpressionTuple." should read such that the last line is "...consist 
entirely of expressions...."



More information about the Digitalmars-d-announce mailing list