Skip to content

Deprecate: VTK_OVERRIDE, VTK_FINAL, VTK_DELETE_FUNCTION.

All of the above macros are now behind a VTK_LEGACY_REMOVE check as we require a C++11 compiler and the macros add no value.

Merge request reports