dmd 1.061 and 2.046 release

Walter Bright newshound1 at digitalmars.com
Fri May 14 14:42:52 PDT 2010


Ary Borenszweig wrote:
> Walter Bright wrote:
>> This is to fix the spell corrector speed problems and several forward 
>> reference bugs.
>>
>> http://www.digitalmars.com/d/1.0/changelog.html
>> http://ftp.digitalmars.com/dmd.1.061.zip
>>
>>
>> http://www.digitalmars.com/d/2.0/changelog.html
>> http://ftp.digitalmars.com/dmd.2.046.zip
> 
> Add hints for missing import declarations.
> 
> What does that mean?

Write the following program:

-------------------
void main()
{
     writeln("hello world!");
}
-------------------

compile it and see what happens. I think it'll be clear!


More information about the Digitalmars-d-announce mailing list