Skip to content

Commit 9d20a32

Browse files
authored
[indirect.asgn] Change "contained value" to "owned object" (#7822)
1 parent dfcc6dd commit 9d20a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/memory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6282,7 +6282,7 @@
62826282
If an exception is thrown during
62836283
the call to \tcode{T}{'s} selected copy constructor, no effect.
62846284
If an exception is thrown during the call to \tcode{T}{'s} copy assignment,
6285-
the state of its contained value
6285+
the state of its owned object
62866286
is as defined by the exception safety guarantee of
62876287
\tcode{T}{'s} copy assignment.
62886288
\end{itemdescr}

0 commit comments

Comments
 (0)