vtk-m2/vtkm/exec/internal
Kenneth Moreland 40efb51342 Fix MSVC warnings
MSVC is picky about type conversions. To get it to shut up, explicitly
cast the worklet return value to the fetch value in the
WorkletInvokeFunctor. The good is that it will help with needing
explicit conversions on these return values. But that is also bad in
that it might make some unexpected conversions possible.
2014-10-23 07:12:01 -06:00
..
testing MSVC fixes 2014-10-22 10:52:35 -06:00
CMakeLists.txt Add basic dispatcher functionality. 2014-10-21 11:49:23 -06:00
ErrorMessageBuffer.h Add a FunctorBase class for scheduling non-worklets 2014-06-10 11:35:13 -06:00
WorkletInvokeFunctor.h Add basic dispatcher functionality. 2014-10-21 11:49:23 -06:00
WorkletInvokeFunctorDetail.h Fix MSVC warnings 2014-10-23 07:12:01 -06:00
WorkletInvokeFunctorDetail.h.in Fix MSVC warnings 2014-10-23 07:12:01 -06:00