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
* Bug fix: clear all errors after rethrowing
* Semantics improvement - rethrow the actual exception instead of just keeping the message. It also helps with errors not derived from `std::exception`
* Performance: remove unnecessary mutex guarding the per-thread error lists.
Signed-off-by: Michal Zientkiewicz <[email protected]>
0 commit comments