Skip to content

Commit 7d7ddcd

Browse files
jensmaurertkoeppe
authored andcommitted
[temp.variadic] Clarify template parameter packs not introduced by pack expansions.
1 parent a7ff942 commit 7d7ddcd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/templates.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2816,8 +2816,7 @@
28162816
a \grammarterm{typedef-name}
28172817
(for a type template parameter pack declared without \tcode{template}), or
28182818
a \grammarterm{template-name}
2819-
(for a type template parameter pack declared with \tcode{template})
2820-
if the pack was introduced by a pack expansion,
2819+
(for a type template parameter pack declared with \tcode{template}),
28212820
designating the $i^\text{th}$ corresponding type or value template argument;
28222821

28232822
\item

0 commit comments

Comments
 (0)