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 69cac60 commit da133a0Copy full SHA for da133a0
talk/morelanguage/templates.tex
@@ -28,7 +28,7 @@
28
29
\begin{frame}[fragile]
30
\frametitlecpp[98]{Templates}
31
- \begin{alertblock}{Warning}
+ \begin{block}{Notes on templates}
32
\begin{itemize}
33
\item they are compiled for each instantiation
34
\item they need to be defined before used
@@ -38,7 +38,7 @@
38
\end{itemize}
39
\item this may lead to longer compilation times and bigger binaries
40
41
- \end{alertblock}
+ \end{block}
42
\newsavebox{\codepiece}
43
\begin{lrbox}{\codepiece}
44
\begin{minipage}{.35\linewidth}
0 commit comments