Skip to content

Commit

Permalink
Mark slide on fixed-size integer types as C++11.
Browse files Browse the repository at this point in the history
std::intptr_t is not in C++98, so it makes sense to promote the slide.
  • Loading branch information
hageboeck authored and sponce committed Oct 16, 2023
1 parent 9c8abae commit 508712f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talk/basicconcepts/coresyntax.tex
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@

\begin{advanced}
\begin{frame}[fragile]
\frametitlecpp[98]{Useful aliases}
\frametitlecpp[11]{Useful aliases}
\begin{cppcode}
#include <cstddef> // (and others) defines:

Expand Down

0 comments on commit 508712f

Please sign in to comment.