File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3247
3247
if the pack is a template parameter pack, the element is
3248
3248
\begin {itemize }
3249
3249
\item
3250
- an \grammarterm {id-expression } for a constant template parameter pack,
3250
+ a \grammarterm {typedef-name } for a type template parameter pack,
3251
3251
\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
3253
3253
\item
3254
3254
a \grammarterm {template-name} for a template template parameter pack
3255
3255
\end {itemize }
3256
3256
designating the $ i^\text {th}$ corresponding
3257
- type, template , or constant template argument;
3257
+ type, constant , or template template argument;
3258
3258
3259
3259
\item
3260
3260
if the pack is a function parameter pack, the element is an
You can’t perform that action at this time.
0 commit comments