Skip to content

Commit 9679385

Browse files
committed
[stmt.ambig] Don't \grammarterm "declaration" in "is a declaration" to avoid redefining the grammar production /declaration/.
1 parent 93424e9 commit 9679385

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/statements.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,8 +1081,7 @@
10811081
conversion\iref{expr.type.conv} as its leftmost subexpression can be
10821082
indistinguishable from a \grammarterm{declaration} where the first
10831083
\grammarterm{declarator} starts with a \tcode{(}. In those cases the
1084-
% FIXME: Shouldn't "\grammarterm{declaration}" be "declaration" here?
1085-
\grammarterm{statement} is a \grammarterm{declaration},
1084+
\grammarterm{statement} is a declaration,
10861085
except as specified below.
10871086

10881087
\pnum

0 commit comments

Comments
 (0)