Skip to content

Commit 70e76e1

Browse files
languagelawyerzygoloid
authored andcommitted
[class.dtor] Fix wording about object's lifetime
1 parent ec8fefa commit 70e76e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: source/classes.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -2449,7 +2449,7 @@
24492449
\end{note}
24502450

24512451
\pnum
2452-
Once a destructor is invoked for an object, the object no longer exists;
2452+
Once a destructor is invoked for an object, the object's lifetime ends;
24532453
the behavior is undefined if the destructor is invoked
24542454
for an object whose lifetime has ended\iref{basic.life}.
24552455
\begin{example}

0 commit comments

Comments
 (0)