We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4c353 commit 5ecd4e9Copy full SHA for 5ecd4e9
source/templates.tex
@@ -3247,14 +3247,14 @@
3247
if the pack is a template parameter pack, the element is
3248
\begin{itemize}
3249
\item
3250
-an \grammarterm{id-expression} for a constant template parameter pack,
+a \grammarterm{typedef-name} for a type template parameter pack,
3251
3252
-a \grammarterm{typedef-name} for a type template parameter pack, or
+an \grammarterm{id-expression} for a constant template parameter pack, or
3253
3254
a \grammarterm{template-name} for a template template parameter pack
3255
\end{itemize}
3256
designating the $i^\text{th}$ corresponding
3257
-type, template, or constant template argument;
+type, constant, or template template argument;
3258
3259
3260
if the pack is a function parameter pack, the element is an
0 commit comments