File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1458
1458
\tcode {iarray} as necessary to include the element
1459
1459
\tcode {iarray[idx]}.
1460
1460
Each newly allocated element of the array is initialized to zero.
1461
- The reference returned is invalid after any other operations on the
1461
+ The reference returned is invalid after any other operation on the
1462
1462
object.
1463
1463
\begin {footnote }
1464
1464
An implementation is free to implement both the integer
1515
1515
\tcode {parray[idx]}.
1516
1516
Each newly allocated element of the array is initialized to a null
1517
1517
pointer.
1518
- The reference returned is invalid after any other operations on the
1518
+ The reference returned is invalid after any other operation on the
1519
1519
object.
1520
1520
However, the value of the storage referred to is retained, so
1521
1521
that until the next call to
You can’t perform that action at this time.
0 commit comments