InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

ENH: Finalize ITKv5 const function API change #4704

Closed hjmjohnson closed 2 weeks ago

hjmjohnson commented 1 month ago

The non-const API variants are no longer supported at compile-time.

Replace 'ITKv5_CONST' with 'const'.

PR Checklist

hjmjohnson commented 1 month ago

This set of changes more rigorously enforces uses of C++11 and C++17 required standards rather than the aliases needed for older compilers.