Skip to content
Snippets Groups Projects
Commit b954f8d2 authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Added C++17 to intro slide of part 6

parent 4c83a483
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
\begin{block}{status}
\begin{itemize}
\item Latest \cpp specifications
\item Not yet digested by most programmers
\item Bringing a lot of goodies
\end{itemize}
\end{block}
......@@ -24,6 +23,12 @@
\item add -std=c++14 to compilation flags
\end{itemize}
\end{block}
\begin{block}{How to use \cpp17 features}
\begin{itemize}
\item Use a compatible compiler gcc $\geq$ 7.3, clang $\geq$ 5
\item add -std=c++17 to compilation flags
\end{itemize}
\end{block}
\end{frame}
\subsection[const]{Constant Expressions}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment