Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b954f8d

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

File tree

Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-1
lines changed
Open diff view settings
Collapse file

‎talk/c++11.tex‎

Copy file name to clipboardExpand all lines: talk/c++11.tex
+6-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.