vtk-m/vtkm/worklet/internal
Robert Maynard 4156130ee8 Remove the usage of enable_if from method signatures to reduce binary size.
Using enable_if/disable_if as a return type has a negative impact on
binary size compared to use a boost::true/false_type as a method parameter.

For comparison the WorkletTests_TBB sees a 6-7% reduction in binary size when
compiled with O3.

Origin WorkletTests_TBB size details:
__TEXT  __DATA  __OBJC  others  dec hex
2363392 49152 0 4297793536  4300206080  1004ff000

Updated WorkletTests_TBB size details:
__TEXT  __DATA  __OBJC  others  dec hex
2215936 49152 0 4297568256  4299833344  1004a4000
2015-07-21 15:05:02 -04:00
..
testing Resolved all implicit conversions between unsigned int and vtkm::Id. 2015-05-26 09:34:43 -04:00
CMakeLists.txt The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DispatcherBase.h Remove the usage of enable_if from method signatures to reduce binary size. 2015-07-21 15:05:02 -04:00
DispatcherBaseDetailInvoke.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DispatcherBaseDetailInvoke.h.in The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
WorkletBase.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00