vtk-m/vtkm/worklet/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
..
testing Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
ClipTables.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
CMakeLists.txt Attempt 13 to resolve Windows compiler warning with streaming storage 2016-10-21 16:08:13 -06:00
DispatcherBase.h Fix warnings about assignment operators not being generated 2017-01-10 11:10:38 -07:00
TriangulateTables.h Remove exports for header-only functions/methods 2016-11-15 22:22:13 -07:00
WorkletBase.h WholeCellSetIn now uses the proper fetch tag. 2016-12-12 13:26:16 -05:00