When to call setAssertHandler?

Benjamin Thaut code at benjamin-thaut.de
Fri Mar 22 02:58:53 PDT 2013


So I want to install my own assertHandler. The problem is, that even if 
I call "setAssetHandler" in a shared module constructor, and that module 
does not import any other modules, it is still not initialized first. Is 
there a way to set the assert before any module constructors run without 
hacking druntime?

Kind Regards
Benjamin Thaut


More information about the Digitalmars-d-learn mailing list