We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c83a48 commit b954f8dCopy full SHA for b954f8d
talk/c++11.tex
@@ -7,7 +7,6 @@
7
\begin{block}{status}
8
\begin{itemize}
9
\item Latest \cpp specifications
10
- \item Not yet digested by most programmers
11
\item Bringing a lot of goodies
12
\end{itemize}
13
\end{block}
@@ -24,6 +23,12 @@
24
23
\item add -std=c++14 to compilation flags
25
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}
32
\end{frame}
33
34
\subsection[const]{Constant Expressions}
0 commit comments