order of static constructor execution

Regan Heath regan at netmail.co.nz
Mon Mar 15 03:43:38 PDT 2010


Walter Bright wrote:
> Regan Heath wrote:
>> I expect this either isn't possible or falls into the 'possible up to 
>> a point' category.
> 
> 
> It's possible up to a point, that point being the parts of the program 
> the compiler does not see.

So.. isn't that the same point the current import dependency method 
stops at?  And if so, does that mean this method would create a 
different possbily loop free tree for static construction?

R



More information about the Digitalmars-d mailing list