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?
- Hidden module c'tors/d'tors? dsimcha
- Re: Hidden module c'tors/d'tors? Steven Schveighoffer
- Re: Hidden module c'tors/d'tors? dsimcha
- Re: Hidden module c'tors/d'tors? Steven Schveighoffer
- Re: Hidden module c'tors/d'tors? dsimcha
