Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define AbstractError self-registration variable out-of-line to avoid
multiple init When compiling the library as a DLL, since the variable within each derived error type was defined inline, multiple links to the Qx library in a project would cause there to be multiple versions of said variable, causing the class to register itself multiple times.
- Loading branch information