mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-11 08:03:55 +00:00
parent
c02f0ec607
commit
fecef38864
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user