Skip to content

WIP: vtkType: Prefer `long` over `long long` for 64-bit integers when possible

Brad King requested to merge brad.king/vtk:vtkType-prefer-long into master

For each vtkTypeInt# and vtkTypeUInt# we select the "smallest" fundamental integer type that matches the desired size. Fix the logic for 64-bit integer types to do this too for consistency with the other types. We already do this in Utilities/KWIML/vtkkwiml/include/kwiml/int.h.

Merge request reports