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}