From f260044a40c71ffca3b558ca030b278af0d57622 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 26 Jan 2025 14:40:13 +0000 Subject: [PATCH] [defns.argument.templ] Strike 'instantiation'; mention braced-init-list --- source/intro.tex | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/source/intro.tex b/source/intro.tex index d5cb23dc23..f99e9aa872 100644 --- a/source/intro.tex +++ b/source/intro.tex @@ -118,12 +118,13 @@ \defncontext{throw expression} operand of \keyword{throw} \indexdefn{argument}% -\indexdefn{argument!template instantiation}% +\indexdefn{argument!template}% \definition{argument}{defns.argument.templ} -\defncontext{template instantiation} +\defncontext{template} \grammarterm{constant-expression}, -\grammarterm{type-id}, or -\grammarterm{id-expression} in the comma-separated +\grammarterm{type-id}, +\grammarterm{id-expression}, or +\grammarterm{braced-init-list} in the comma-separated list bounded by the angle brackets \indexdefn{block (execution)}%