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 703381d commit c35c5e3Copy full SHA for c35c5e3
source/declarators.tex
@@ -1065,10 +1065,11 @@
1065
parameter\iref{dcl.fct}.
1066
An array bound may also be omitted
1067
when the declarator is followed by an
1068
-\grammarterm{initializer}\iref{dcl.init} or
+\grammarterm{initializer}\iref{dcl.init},
1069
when a declarator for a static data member is followed by a
1070
-\grammarterm{brace-or-equal-initializer}\iref{class.mem}.
1071
-In both cases the bound is calculated from the number
+\grammarterm{brace-or-equal-initializer}\iref{class.mem},
+or in an explicit type conversion\iref{expr.type.conv}.
1072
+In these cases, the bound is calculated from the number
1073
\indextext{array size!default}%
1074
of initial elements (say,
1075
\tcode{N})
0 commit comments