File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1238,9 +1238,10 @@ $(GNAME IndexExpression):
1238
1238
$(P $(I PostfixExpression) is evaluated.
1239
1239
If $(I PostfixExpression) is an expression of static or
1240
1240
dynamic array type, the result of the indexing is an lvalue
1241
- of the *i*th element in the array.
1242
- If $(I PostfixExpression) is a pointer `p`, the result is `*(p + i)`.
1243
- In each case, `i` is an integer evaluated from $(I ArgumentList).
1241
+ of the *i*th element in the array, where `i` is an integer
1242
+ evaluated from $(I ArgumentList).
1243
+ If $(I PostfixExpression) is a pointer `p`, the result is
1244
+ `*(p + i)` (see $(RELATIVE_LINK2 pointer_arithmetic, Pointer Arithmetic)).
1244
1245
)
1245
1246
1246
1247
$(P If $(I PostfixExpression) is a $(DDSUBLINK spec/template, variadic-templates, $(I ValueSeq))
You can’t perform that action at this time.
0 commit comments