Skip to content

Commit d737b63

Browse files
eisenwavetkoeppe
authored andcommitted
CWG3113 When is an expansion-init-list type-dependent?
Fixes NB US 097 (C++26 CD).
1 parent 4a044ac commit d737b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/templates.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5816,8 +5816,8 @@
58165816
of an \grammarterm{expansion-statement} $S$
58175817
if the type specified for $N$ contains a placeholder type and either
58185818
\begin{itemize}
5819-
\item the \grammarterm{expansion-initializer} of $S$ is type-dependent or
5820-
\item $S$ is not an iterating expansion statement, or
5819+
\item $S$ is not an iterating expansion statement or
5820+
\item the \grammarterm{expansion-initializer} of $S$ is type-dependent, or
58215821
\end{itemize}
58225822
\item
58235823
dependent

0 commit comments

Comments
 (0)