@seanm Back in December 2019 ITK already required AppleClang 7.0.2 and later (from Xcode 7.2.1) , as you committed:
committed 05:19PM - 05 Dec 19 UTC
The error message was:
Modules/Core/Common/test/itkImageIORegionGTest.cxx:173:… 28: error: default initialization of an object of const type 'const itk::ImageIORegion' without a user-provided default constructor
const itk::ImageIORegion defaultInitializedRegion;
^
Just removed a 'const' as suggested by Niels Dekker.
Also added a note to the supported compilers list about AppleClang.
From COMP: fixed compilation with AppleClang 7 and 8. by seanm · Pull Request #1464 · InsightSoftwareConsortium/ITK · GitHub
So do I understand correctly that AppleClang 5.1 + Xcode 5.1 have been dropped already before? Then maybe we should still adjust itkCompilerChecks.cmake:
1 Like