| 
164 | 164 |  \frametitlecpp[20]{Some usages of concepts}  | 
165 | 165 |  \begin{block}{Abbreviated function templates}  | 
166 | 166 |  \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}  | 
168 | 171 |  \item the template head becomes obsolete  | 
169 | 172 |  \item the function is still a template though!  | 
170 | 173 |  \item unconstrained \mintinline{cpp}{auto} parameters are allowed as well  | 
 | 
0 commit comments