Fix vs2017 build of vtkTableBasedClipCases
The compiler is unable to handle contexpr
C arrays as large as the ones in vtkTableBasedClipCases, so use constexpr std::array
instead.
Edited by David Gobbi
The compiler is unable to handle contexpr
C arrays as large as the ones in vtkTableBasedClipCases, so use constexpr std::array
instead.