DMD 1.021 and 2.004 releases

Chris Nicholson-Sauls ibisbasenji at gmail.com
Wed Sep 5 13:55:38 PDT 2007


Sean Kelly wrote:
> Walter Bright wrote:
>> Sean Kelly wrote:
>>> I thought they were already supported, but here's an example:
>>>
>>>
>>>     module MyModule;
>>>
>>>     static  this() { printf( "ctor A\n" ); }
>>>     static  this() { printf( "ctor B\n" ); }
>>>     static ~this() { printf( "dtor A\n" ); }
>>>     static ~this() { printf( "dtor B\n" ); }
>>
>> They were already supported, they just didn't work :-(
> 
> Oh!  Then why not make this change to the 1.0 release as well?
> 
> 
> Sean

Walter: Yes please!  Great job on the latest update, btw.  (As if you haven't heard it yet.)

-- Chris Nicholson-Sauls



More information about the Digitalmars-d-announce mailing list