From 0df81ed702872c69133cd54f9958312e6f832d3e Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 1 Sep 2025 18:54:05 +0200 Subject: [PATCH] [meta.reflection.array] Add \tcode for true --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index 9bb19d261e..e848e048f8 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -6273,7 +6273,7 @@ Let $P$ be \begin{itemize} \item - If \tcode{sizeof...($V$) > 0} is true, + If \tcode{sizeof...($V$) > 0} is \tcode{true}, then the template parameter object\iref{temp.param} of type \tcode{const T[\brk{}sizeof...(\brk{}$V$)]} initialized with \tcode{\{[:$V$:]...\}}.