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
If makeCurrent returns a scope in a function, returning the scope as function output fails to extend it. After the function returns, the span is no longer current.
This is because in ScopeProxy, CppScope is not a shared pointer.
The text was updated successfully, but these errors were encountered:
If makeCurrent returns a scope in a function, returning the scope as function output fails to extend it. After the function returns, the span is no longer current.
This is because in ScopeProxy, CppScope is not a shared pointer.
The text was updated successfully, but these errors were encountered: