Skip to content

Implicit array review

Julien Fausty requested to merge julien.fausty/vtk:implicit-array-review into master

Fix a couple of things that popped up during review that impact the vtkImplicitArrayframework as a whole:

  • One centralized changelog in add-vtkImplicitArrays.md
  • The non-inheritability of the built-in implicit backends through use of the final keyword
  • Additions to the build.md

Merge request reports