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
ASSERT_EQUALS("[test.cpp:1]: (error) Rethrowing current exception with 'throw;', it seems there is no current exception to rethrow. If there is no current exception this calls std::terminate(). More: https://isocpp.org/wiki/faq/exceptions#throw-without-an-object\n", errout.str());
468
+
}
469
+
470
+
voidexceptionDispatchIdiomSubsequentRethrows() {
471
+
// if you use the exception dispatch idiom, you have already asserted that you are in a catch block, so subsequent rethrows are valid.
0 commit comments