Skip to content

Commit b954f8d

Browse files
Sebastien PonceSebastien Ponce
authored andcommitted
Added C++17 to intro slide of part 6
1 parent 4c83a48 commit b954f8d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

talk/c++11.tex

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
\begin{block}{status}
88
\begin{itemize}
99
\item Latest \cpp specifications
10-
\item Not yet digested by most programmers
1110
\item Bringing a lot of goodies
1211
\end{itemize}
1312
\end{block}
@@ -24,6 +23,12 @@
2423
\item add -std=c++14 to compilation flags
2524
\end{itemize}
2625
\end{block}
26+
\begin{block}{How to use \cpp17 features}
27+
\begin{itemize}
28+
\item Use a compatible compiler gcc $\geq$ 7.3, clang $\geq$ 5
29+
\item add -std=c++17 to compilation flags
30+
\end{itemize}
31+
\end{block}
2732
\end{frame}
2833

2934
\subsection[const]{Constant Expressions}

0 commit comments

Comments
 (0)