Skip to content

Commit c8a85fb

Browse files
committed
Merge pull request cplusplus#419 from cpplearner/sizeof
[expr.sizeof] Remove redundant wording
2 parents e1fffe9 + bbd976e commit c8a85fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2706,8 +2706,8 @@
27062706
\grammarterm{type-id}.
27072707
\indextext{type!incomplete}%
27082708
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
2709+
has function or incomplete type,
2710+
to the parenthesized name of such
27112711
types, or to a glvalue that designates a bit-field.
27122712
\tcode{sizeof(char)}, \tcode{sizeof(signed char)} and
27132713
\tcode{sizeof(unsigned char)} are \tcode{1}. The result of

0 commit comments

Comments
 (0)