From 44c9c5114da0f6c0f77b5c86ea215df09798c227 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 9 Nov 2025 13:09:31 +0000 Subject: [PATCH] [temp.names] Restore braced-init-list in definition of template-argument It was unintentionally deleted by commit e3f552ff09eb42cec8ee0590e4b8aa716996b282. --- source/templates.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/templates.tex b/source/templates.tex index 627a70ec8a..b917ed37eb 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -718,7 +718,8 @@ constant-expression\br type-id\br \opt{nested-name-specifier} template-name\br - nested-name-specifier \terminal{template} template-name + nested-name-specifier \terminal{template} template-name\br + braced-init-list \end{bnf} \pnum