vtk-m2/vtkm/internal/testing
Kenneth Moreland 1ca55ac319 Add specialized operators for ArrayPortalValueReference
The ArrayPortalValueReference is supposed to behave just like the value
it encapsulates and does so by automatically converting to the base type
when necessary. However, when it is possible to convert that to
something else, it is possible to get errors about ambiguous overloads.
To avoid these, add specialized versions of the operators to specify
which ones should be used.

Also consolidated the CUDA version of an ArrayPortalValueReference to the
standard one. The two implementations were equivalent and we would like
changes to apply to both.
2019-02-20 13:33:55 -07:00
..
CMakeLists.txt Remove IntegerSequence.h as we don't need it in vtk-m anymore 2017-11-29 10:55:04 -05:00
UnitTestArrayPortalValueReference.cxx Add specialized operators for ArrayPortalValueReference 2019-02-20 13:33:55 -07:00
UnitTestConfigureFor32.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestConfigureFor64.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00
UnitTestFunctionInterface.cxx Testing run methods now take argc/argv to init logging/runtime device 2019-01-17 13:16:27 -06:00