We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa6c9e commit e2fb7e3Copy full SHA for e2fb7e3
source/overloading.tex
@@ -1241,8 +1241,12 @@
1241
\begin{itemize}
1242
\item
1243
brace elision is not considered for any aggregate element
1244
-that has a dependent non-array type or
1245
-an array type with a value-dependent bound, and
+that has
+\begin{itemize}
1246
+\item a dependent non-array type,
1247
+\item an array type with a value-dependent bound, or
1248
+\item an array type with a dependent array element type and $x_i$ is a string literal; and
1249
+\end{itemize}
1250
1251
each non-trailing aggregate element that is a pack expansion
1252
is assumed to correspond to no elements of the initializer list, and
0 commit comments