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.
2 parents e1fffe9 + bbd976e commit c8a85fbCopy full SHA for c8a85fb
source/expressions.tex
@@ -2706,8 +2706,8 @@
2706
\grammarterm{type-id}.
2707
\indextext{type!incomplete}%
2708
The \tcode{sizeof} operator shall not be applied to an expression that
2709
-has function or incomplete type, to an enumeration type whose underlying type is not fixed before all
2710
-its enumerators have been declared, to the parenthesized name of such
+has function or incomplete type,
+to the parenthesized name of such
2711
types, or to a glvalue that designates a bit-field.
2712
\tcode{sizeof(char)}, \tcode{sizeof(signed char)} and
2713
\tcode{sizeof(unsigned char)} are \tcode{1}. The result of
0 commit comments