Skip to content

Commit 5ecd4e9

Browse files
authored
[temp.variadic] Consistently order template parameter kinds (#7796)
1 parent 3b4c353 commit 5ecd4e9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/templates.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -3247,14 +3247,14 @@
32473247
if the pack is a template parameter pack, the element is
32483248
\begin{itemize}
32493249
\item
3250-
an \grammarterm{id-expression} for a constant template parameter pack,
3250+
a \grammarterm{typedef-name} for a type template parameter pack,
32513251
\item
3252-
a \grammarterm{typedef-name} for a type template parameter pack, or
3252+
an \grammarterm{id-expression} for a constant template parameter pack, or
32533253
\item
32543254
a \grammarterm{template-name} for a template template parameter pack
32553255
\end{itemize}
32563256
designating the $i^\text{th}$ corresponding
3257-
type, template, or constant template argument;
3257+
type, constant, or template template argument;
32583258

32593259
\item
32603260
if the pack is a function parameter pack, the element is an

0 commit comments

Comments
 (0)