From c955a6ed9fdfa7fdaefa28e49adc07ddde47dea8 Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Sat, 4 Oct 2025 15:32:15 +0200 Subject: [PATCH] [basic.life] Remove spurious commas Fixes NB US 18-035 (C++26 CD). --- source/basic.tex | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index c4540cb050..5c7ceed598 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -3914,9 +3914,8 @@ \begin{footnote} For example, before the dynamic initialization of an object with static storage duration\iref{basic.start.dynamic}. - \end{footnote} -or, after the lifetime of an object has ended and before the storage +or after the lifetime of an object has ended and before the storage which the object occupied is reused or released, any pointer that represents the address of the storage location where the object will be or was located may be used but only in limited ways. @@ -3981,7 +3980,7 @@ \pnum Similarly, before the lifetime of an object has started but after the -storage which the object will occupy has been allocated or, after the +storage which the object will occupy has been allocated or after the lifetime of an object has ended and before the storage which the object occupied is reused or released, any glvalue that refers to the original object may be used but only in limited ways.