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 17e732c commit 6e10c48Copy full SHA for 6e10c48
source/declarations.tex
@@ -1730,12 +1730,8 @@
1730
each of which shall
1731
be followed by a non-empty
1732
\grammarterm{initializer}.
1733
-In an \grammarterm{initializer} of the form
1734
-\begin{codeblock}
1735
-( @\textrm{\grammarterm{expression-list}}@ )
1736
-\end{codeblock}
1737
-the \grammarterm{expression-list} shall be a single
1738
-\grammarterm{assignment-expression}.
+If the \grammarterm{initializer} is a parenthesized \grammarterm{expression-list},
+the \grammarterm{expression-list} shall be a single \grammarterm{assignment-expression}.
1739
\begin{example}
1740
\begin{codeblock}
1741
auto x = 5; // OK: \tcode{x} has type \tcode{int}
0 commit comments