Skip to content

Commit f260044

Browse files
committed
[defns.argument.templ] Strike 'instantiation'; mention braced-init-list
1 parent 0ca05d2 commit f260044

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/intro.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,13 @@
118118
\defncontext{throw expression} operand of \keyword{throw}
119119

120120
\indexdefn{argument}%
121-
\indexdefn{argument!template instantiation}%
121+
\indexdefn{argument!template}%
122122
\definition{argument}{defns.argument.templ}
123-
\defncontext{template instantiation}
123+
\defncontext{template}
124124
\grammarterm{constant-expression},
125-
\grammarterm{type-id}, or
126-
\grammarterm{id-expression} in the comma-separated
125+
\grammarterm{type-id},
126+
\grammarterm{id-expression}, or
127+
\grammarterm{braced-init-list} in the comma-separated
127128
list bounded by the angle brackets
128129

129130
\indexdefn{block (execution)}%

0 commit comments

Comments
 (0)