Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove noexcept from UserPanicHandler::call() so that panic handlers …
…can throw. Without this change, throwing inside the user panic handler calls terminate(). Note that the docs for setPanicHandler() explicitly say that it's okay for the handler to throw, which is not true prior to this change.
- Loading branch information