Skip to content

Commit cb8ba6e

Browse files
committed
DOC: Update supported compiler versions to C++17
This follows changes in the main repository, described in this commit: InsightSoftwareConsortium/ITK@45407f3
1 parent e8ae54e commit cb8ba6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SoftwareGuide/Latex/Introduction/Installation.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ \chapter{Configuring and Building ITK}
3333
%% to ensure that support is maintained.
3434
%%
3535
\begin{itemize}
36-
\item GCC 5.1 and newer
37-
\item Visual Studio 2017 and 2019, toolsets v141 and v142
38-
\item Xcode 7.2.1 Apple LLVM Clang version 7.0.2 (clang-700.1.81) and newer
36+
\item GCC 7 and newer
37+
\item Visual Studio 2017 version 15.7 and newer
38+
\item Xcode 10.0 (Apple LLVM Clang version 10.0.0) and newer
3939
\end{itemize}
4040

4141
If you are currently using an outdated compiler this may be an excellent excuse

0 commit comments

Comments
 (0)