Hidden module c'tors/d'tors?

dsimcha dsimcha at yahoo.com
Mon Aug 15 14:04:07 PDT 2011


I'm getting annoying runtime errors about "Cycle detected between modules with
ctors/dtors" in a large program that doesn't have any module c'tors/d'tors, at
least not explicitly.  (i.e. there's no static this or static ~this in the
whole project, not counting the libs it imports).  Is there any way a module
c'tor/d'tor could be hidden, such that there is one even if there's no actual
static this statement?


More information about the Digitalmars-d mailing list