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 98bc2e8 commit b75fc73Copy full SHA for b75fc73
talk/expert/cpp20concepts.tex
@@ -164,7 +164,10 @@
164
\frametitlecpp[20]{Some usages of concepts}
165
\begin{block}{Abbreviated function templates}
166
\begin{itemize}
167
- \item function parameters, similar to variables, can be constrained as well
+ \item function parameters can be constrained as well
168
+ \begin{itemize}
169
+ \item similar to variables
170
+ \end{itemize}
171
\item the template head becomes obsolete
172
\item the function is still a template though!
173
\item unconstrained \mintinline{cpp}{auto} parameters are allowed as well
0 commit comments