DMD 1.021 and 2.004 releases

Sean Kelly sean at f4.ca
Wed Sep 5 14:01:06 PDT 2007


Chris Nicholson-Sauls wrote:
> 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?
> 
> Walter: Yes please!  Great job on the latest update, btw.  (As if you 
> haven't heard it yet.)

My mistake.  I thought this was only in the 2.0 changelog but it's in both.


Sean



More information about the Digitalmars-d-announce mailing list