vtk-m2/vtkm/cont/serial
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
..
internal Fix warnings about assignment operators not being generated 2017-01-10 11:10:38 -07:00
testing Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
CMakeLists.txt Enable the serial backend tests. 2016-09-30 15:12:34 -04:00
DeviceAdapterSerial.h Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00