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

Use cxx 17 features directly #4710

Closed hjmjohnson closed 3 weeks ago

hjmjohnson commented 4 weeks ago

Remove specialized ITK functionality that is now part of the CXX-17 standard language.

PR Checklist

hjmjohnson commented 3 weeks ago

@thewtex FYI: Clang-format is tormenting me again. Is there something I am doing wrong?

thewtex commented 3 weeks ago

@hjmjohnson maybe rebase on master

hjmjohnson commented 3 weeks ago

@hjmjohnson maybe rebase on master

% git fetch upstream                                                                                                                                                                             
% git rebase upstream/master                                                                                                                                                                     
Current branch use-cxx-17-features-directly is up to date.
% git push
Everything up-to-date
thewtex commented 3 weeks ago

@hjmjohnson follow-up in #4712