Skip to content
Snippets Groups Projects
Commit 40bfdfac authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkm: return handle by move in DataArrayConverters

parent 68111bd8
Branches
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ struct DataArrayToArrayHandle<vtkSOADataArrayTemplate<T>, NumComponents>
numValues, vtkm::CopyFlag::Off));
}
return handle;
return std::move(handle);
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment