mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-02 18:07:59 +00:00
* fix undefined behavior in terminate handler * fix failing unit test * Revert "fix failing unit test" This reverts commit0e5e385fbf. * Revert "fix undefined behavior in terminate handler" This reverts commit2b582871f1. * do not throw inside terminate handler with msvc < 1923