From 29dcd7b8acf53a38a388ea0fe3480e32bc997306 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sat, 11 Jul 2026 20:08:02 +0200 Subject: [PATCH] [temp.inst] Add \tcode for arr in comment in example --- source/templates.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/templates.tex b/source/templates.tex index 5730e6598e..953643a033 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -6829,7 +6829,7 @@ template struct X2 { static inline int arr[3] = {1, 2, T::error}; }; -decltype(+X2::arr) r2; // OK, type of \tcode{arr} is complete and arr is not odr-used +decltype(+X2::arr) r2; // OK, type of \tcode{arr} is complete and \tcode{arr} is not odr-used \end{codeblock} \end{example}