You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no matching handler is found, the function std::terminate() is called; whether or not the stack is unwound before this call to std::terminate() is implementation-defined.
This is implemented; however, somehow abort() gets called, and that gets stuck:
The standard says in 15.3/9
This is implemented; however, somehow
abort()
gets called, and that gets stuck:See https://github.com/kframework/c-semantics/blob/master/semantics/cpp/library/exception.k
The text was updated successfully, but these errors were encountered: