Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates ITKMontage to match the ITK default C++14 standard (see [https://github.com/InsightSoftwareConsortium/ITK/blob/master/CMake/ITKInitializeCXXStandard.cmake#L3](https://github.com/InsightSoftwareConsortium/ITK/blob/master/CMake/ITKInitializeCXXStandard.cmake#L3)). Attempting to build ITKMontage with the C++11 standard against an ITK instance built against the C++14 default standard yields a warning and subsequent errors: ```sh ITK-build-dev/Modules/Core/Common/itkConfigure.h:56:6: warning: #warning "WARNING: The current project is configured to use a C++ standard version older than the C++ standard used for this build of ITK" [-Wcpp] 56 | #warning "WARNING: The current project is configured to use a C++ standard version older than the C++ standard used for this build of ITK" | ^~~~~~~ ```
- Loading branch information