On 03/11/2013 12:49 AM, Andrei Alexandrescu wrote:
On 3/10/13 4:41 PM, Rainer Schuetze wrote:My point is that import dependencies in D are more viral than C++ headers because you cannot even remove them in di-files (this would break initialization order).This is new. Could you please elaborate? Thanks, Andrie
It is not true. The initialization order is determined at run time.