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
# pragma warning(disable: 4275) // warning C4275: An exported class was derived from a class that wasn't exported. Can be ignored when derived from a STL class.
324
+
# pragma warning(disable: 4275 4251) // warning C4275: An exported class was derived from a class that wasn't exported. Can be ignored when derived from a STL class.
325
325
#endif
326
326
/// Fetch and hold an error which was already set in Python. An instance of this is typically
327
327
/// thrown to propagate python-side errors back through C++ which can either be caught manually or
0 commit comments