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 39143914\begin {footnote }
39153915For example, before the dynamic initialization of
39163916an object with static storage duration\iref {basic.start.dynamic }.
3917-
39183917\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
39203919which the object occupied is reused or released, any pointer that represents the address of
39213920the storage location where the object will be or was located may be
39223921used but only in limited ways.
39813980
39823981\pnum
39833982Similarly, 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
39853984lifetime of an object has ended and before the storage which the object
39863985occupied is reused or released, any glvalue that refers to the original
39873986object may be used but only in limited ways.
You can’t perform that action at this time.
0 commit comments