Cyclic depency with class static ctor

Walter Bright newshound at digitalmars.com
Mon Oct 30 11:40:26 PST 2006


Kristian wrote:
> What if some other syntax would be used to define the order of static 
> ctors?
> For example:
> 
>     import a, b, c;
> 
>     after a: before c: static this();

I don't think new syntax is justified because Frank's workaround handles 
the problem nicely.



More information about the Digitalmars-d mailing list