DMD 1.021 and 2.004 releases

Walter Bright newshound1 at digitalmars.com
Wed Sep 5 13:19:42 PDT 2007


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 :-(



More information about the Digitalmars-d-announce mailing list