Commit fecef388 by Henry Schreiner Committed by GitHub

refactor: simpler followup to #2569 (#2572)

parent c02f0ec6
......@@ -741,7 +741,7 @@ protected:
} catch (error_already_set &e) {
e.restore();
return nullptr;
#if defined(__GNUG__) && !defined(_LIBCPP_VERSION)
#ifdef __GLIBCXX__
} catch ( abi::__forced_unwind& ) {
throw;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment