Skip to content

Commit a091468

Browse files
committed
[meta.define.static] Reword list to produce a proper sentence.
1 parent 731dea4 commit a091468

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/meta.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3436,13 +3436,12 @@
34363436
Let $P$ be
34373437
\begin{itemize}
34383438
\item
3439-
If \tcode{sizeof...($V$) > 0} is \tcode{true},
3440-
then the template parameter object\iref{temp.param}
3441-
of type \tcode{const T[\brk{}sizeof...(\brk{}$V$)]}
3442-
initialized with \tcode{\{[:$V$:]...\}}.
3439+
the template parameter object\iref{temp.param}
3440+
of type \tcode{const T[sizeof...(\brk{}$V$)]}
3441+
initialized with\linebreak
3442+
\tcode{\{[:$V$:]...\}} if \tcode{sizeof...($V$) > 0} is \tcode{true}, otherwise
34433443
\item
3444-
Otherwise, the template parameter object
3445-
of type \tcode{const array<T, 0>}
3444+
the template parameter object of type \tcode{const array<T, 0>}
34463445
initialized with \tcode{\{\}}.
34473446
\end{itemize}
34483447

0 commit comments

Comments
 (0)