Skip to content

Make sure important vtkm::cont classes have noexcept move ops.

This is important so they can be stored efficiently inside containers such as std::vector that require strong move guarantees.

Merge request reports