From ee1b0160411fe132adcbcbfc17f07c7f85320b1b Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:44:36 +0200 Subject: [PATCH] [temp.spec.partial.general] Add \grammarterm for using-declaration --- source/templates.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/templates.tex b/source/templates.tex index e9dc7b7d19..9c0e511ef7 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -3885,7 +3885,7 @@ template class A { }; // partial specialization } -A a; // uses the partial specialization, which is found through the using-declaration +A a; // uses the partial specialization, which is found through the \grammarterm{using-declaration} // which refers to the primary template \end{codeblock} \end{example}