We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ae8a31 commit 127267fCopy full SHA for 127267f
source/statements.tex
@@ -1464,7 +1464,7 @@
1464
T1(a) = 3,
1465
T2(4), // \tcode{T2} will be declared as a variable of type \tcode{T1}, but this will not
1466
(*(*b)(T2(c)))(int(d)); // allow the last part of the declaration to parse properly,
1467
- // since it depends on \tcode{T2} being a type-name
+ // since it depends on \tcode{T2} being a \grammarterm{type-name}
1468
}
1469
\end{codeblock}
1470
\end{example}
0 commit comments