Skip to content

Commit b75fc73

Browse files
committed
Better layout
1 parent 98bc2e8 commit b75fc73

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

talk/expert/cpp20concepts.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,10 @@
164164
\frametitlecpp[20]{Some usages of concepts}
165165
\begin{block}{Abbreviated function templates}
166166
\begin{itemize}
167-
\item function parameters, similar to variables, can be constrained as well
167+
\item function parameters can be constrained as well
168+
\begin{itemize}
169+
\item similar to variables
170+
\end{itemize}
168171
\item the template head becomes obsolete
169172
\item the function is still a template though!
170173
\item unconstrained \mintinline{cpp}{auto} parameters are allowed as well

0 commit comments

Comments
 (0)