DMD 1.021 and 2.004 releases

Sean Kelly sean at f4.ca
Wed Sep 5 13:48:17 PDT 2007


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



More information about the Digitalmars-d-announce mailing list