mirror of
https://github.com/pybind/pybind11.git
synced 2026-07-11 09:38:05 +00:00
One last try for PGI
This commit is contained in:
@@ -409,6 +409,7 @@ public:
|
||||
return m_lazy_what.c_str();
|
||||
} catch (...) {
|
||||
m_lazy_what = "Unknown internal error occurred";
|
||||
return m_lazy_what.c_str();
|
||||
}
|
||||
}
|
||||
return m_lazy_what.c_str();
|
||||
|
||||
Reference in New Issue
Block a user