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
This should be const like the reference version of this function. The problem with doing this is that several areas of Conduit are built on this being non const. So far I have discovered tests (t_conduit_node_move_and_swap) and the python interface that depends on this being non const.
conduit/src/libs/conduit/conduit_node.hpp
Line 3777 in fa0f8d3
This should be const like the reference version of this function. The problem with doing this is that several areas of Conduit are built on this being non const. So far I have discovered tests (t_conduit_node_move_and_swap) and the python interface that depends on this being non const.
conduit/src/libs/conduit/python/conduit_python.cpp
Line 6092 in fa0f8d3
The text was updated successfully, but these errors were encountered: