File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3914
3914
\begin {footnote }
3915
3915
For example, before the dynamic initialization of
3916
3916
an object with static storage duration\iref {basic.start.dynamic }.
3917
-
3918
3917
\end {footnote }
3919
- or, after the lifetime of an object has ended and before the storage
3918
+ or after the lifetime of an object has ended and before the storage
3920
3919
which the object occupied is reused or released, any pointer that represents the address of
3921
3920
the storage location where the object will be or was located may be
3922
3921
used but only in limited ways.
3981
3980
3982
3981
\pnum
3983
3982
Similarly, before the lifetime of an object has started but after the
3984
- storage which the object will occupy has been allocated or, after the
3983
+ storage which the object will occupy has been allocated or after the
3985
3984
lifetime of an object has ended and before the storage which the object
3986
3985
occupied is reused or released, any glvalue that refers to the original
3987
3986
object may be used but only in limited ways.
You can’t perform that action at this time.
0 commit comments