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
In Debug mode, some tests in Interface/test spit out a bunch of warnings regarding dangling RCPNode<blah>. There are multiple unique sources of that. One of the known ones are:
Something weird in setting up an implicit operator inside solver handle
SWIG_OWN check in base class release() is never passed, it is always SWIG_MOVE instead
The text was updated successfully, but these errors were encountered:
In
Debug
mode, some tests inInterface/test
spit out a bunch of warnings regarding danglingRCPNode<blah>
. There are multiple unique sources of that. One of the known ones are:SWIG_OWN
check in base classrelease()
is never passed, it is alwaysSWIG_MOVE
insteadThe text was updated successfully, but these errors were encountered: