Skip to content

Commit da133a0

Browse files
committed
[templates] Convert warning box to notes.
The warning box was perceived as too strong. We don't want to discourage people from templates.
1 parent 69cac60 commit da133a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

talk/morelanguage/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
\begin{frame}[fragile]
3030
\frametitlecpp[98]{Templates}
31-
\begin{alertblock}{Warning}
31+
\begin{block}{Notes on templates}
3232
\begin{itemize}
3333
\item they are compiled for each instantiation
3434
\item they need to be defined before used
@@ -38,7 +38,7 @@
3838
\end{itemize}
3939
\item this may lead to longer compilation times and bigger binaries
4040
\end{itemize}
41-
\end{alertblock}
41+
\end{block}
4242
\newsavebox{\codepiece}
4343
\begin{lrbox}{\codepiece}
4444
\begin{minipage}{.35\linewidth}

0 commit comments

Comments
 (0)