File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1107,12 +1107,12 @@ $(GNAME StatementNoCaseNoDefault):
1107
1107
)
1108
1108
1109
1109
$(P $(I Expression) is evaluated.
1110
- If the type of the $(I Expression) is an enum,
1110
+ If the type of the $(I Expression) is $(CODE enum) ,
1111
1111
it is repeatedly converted
1112
1112
to its $(GLINK2 enum, EnumBaseType) until it isn't. Then,
1113
- if the type is of integral type ,
1113
+ if the type is integral,
1114
1114
the $(I Expression) undergoes $(DDSUBLINK spec/type, integer-promotions, Integer Promotions).
1115
- Then, the type of the $(I Expression) must be either of integral type or
1115
+ Then, the type of the $(I Expression) must be either integral or
1116
1116
a static or dynamic array of $(CODE char), $(CODE wchar), or $(CODE dchar).
1117
1117
)
1118
1118
You can’t perform that action at this time.
0 commit comments