Skip to content

Enable copying invalid variants

Kenneth Moreland requested to merge kmorel/vtk-m:copy-invalid-variant into master

There was a bug where if you attempted to copy a variant that was not valid (i.e. did not hold an object), a seg fault could happen. This has been changed to set the target variant to also be invalid.

Merge request reports