DMD 1.021 and 2.004 releases

Chris Nicholson-Sauls ibisbasenji at gmail.com
Wed Sep 5 14:42:04 PDT 2007


Sean Kelly wrote:
> 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

Pardon me while I do my happy dance.

-- Chris Nicholson-Sauls



More information about the Digitalmars-d-announce mailing list