Skip to content

Commit 0d504e8

Browse files
committed
CWG3113 When is an expansion-init-list type-dependent?
Fixes NB US 097 (C++26 CD).
1 parent 0b062eb commit 0d504e8

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
@@ -5774,8 +5774,8 @@
57745774
of an \grammarterm{expansion-statement} $S$
57755775
if the type specified for $N$ contains a placeholder type and either
57765776
\begin{itemize}
5777-
\item the \grammarterm{expansion-initializer} of $S$ is type-dependent or
5778-
\item $S$ is not an iterating expansion statement, or
5777+
\item $S$ is not an iterating expansion statement or
5778+
\item the \grammarterm{expansion-initializer} of $S$ is type-dependent, or
57795779
\end{itemize}
57805780
\item
57815781
dependent

0 commit comments

Comments
 (0)