With this commit in ITK (InsightSoftwareConsortium/ITK#2563) the minimal version of C++ is 14 instead of 11.
We have different possibilities:
- Do not use Gate with master version of ITK/RTK, prefer release tag.
- Force to use C++14 if the flags GATE_USE_RTK or GATE_USE_ITK are set like for torch (https://github.com/OpenGATE/Gate/blob/develop/CMakeLists.txt#L237).
What do you prefer?
With this commit in ITK (InsightSoftwareConsortium/ITK#2563) the minimal version of C++ is 14 instead of 11.
We have different possibilities:
What do you prefer?