Skip to content

Fix vs2017 build of vtkTableBasedClipCases

David Gobbi requested to merge dgobbi/vtk:clipcases-cxx into master

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

Merge request reports

Loading