Skip to content

Commit 0c8df65

Browse files
jensmaurertkoeppe
authored andcommitted
[basic.life] Remove spurious commas
Fixes NB US 18-035 (C++26 CD).
1 parent 9793e55 commit 0c8df65

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/basic.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3914,9 +3914,8 @@
39143914
\begin{footnote}
39153915
For example, before the dynamic initialization of
39163916
an 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
39203919
which the object occupied is reused or released, any pointer that represents the address of
39213920
the storage location where the object will be or was located may be
39223921
used but only in limited ways.
@@ -3981,7 +3980,7 @@
39813980

39823981
\pnum
39833982
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
39853984
lifetime of an object has ended and before the storage which the object
39863985
occupied is reused or released, any glvalue that refers to the original
39873986
object may be used but only in limited ways.

0 commit comments

Comments
 (0)