From 0fedf0a025f0af9c16b1e592d105bae084177bde Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 15 Jul 2025 09:02:28 +0200 Subject: [PATCH] [meta.reflection.array] Add spaces around operator + --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index 880f84f533..7b0e838d52 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -5713,7 +5713,7 @@ \pnum Let $P$ be the template parameter object\iref{temp.param} -of type \tcode{const CharT[sizeof...(V)+1]} +of type \tcode{const CharT[sizeof...(V) + 1]} initialized with \tcode{$V$..., CHART()}. \pnum