File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 34363436Let $ 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
You can’t perform that action at this time.
0 commit comments