vtk-m2/vtkm/filter/internal
Kenneth Moreland f23ff9fa49 Fix warnings about assignment operators not being generated
For some reason when VTK-m was being compiled as an accelerator in VTK,
Visual Studio 2013 gave a bunch of warnings about not being able to generate
assignment operators for many classes. This happened for classes with a
const ivar that could not be automatically set. (Automatic copy constructors
are fine on this count.) I'm not sure why these warnings did not happen
when just compiling VTK-m, nor am I sure why they were generated at all as
no code actually used the copy constructors.

This commit fixes the problems by adding a private declaration for assignment
operators that cannot be automatically created. No implementation is
provided, nor should any be needed.
2017-01-10 11:10:38 -07:00
..
CMakeLists.txt Use general TryExecute for filter execution 2016-08-17 14:13:51 -06:00
ResolveFieldTypeAndExecute.h Fix warnings about assignment operators not being generated 2017-01-10 11:10:38 -07:00
ResolveFieldTypeAndMap.h Fix warnings about assignment operators not being generated 2017-01-10 11:10:38 -07:00