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