Skip to content

Commit 4f2f581

Browse files
committed
[class.copy.elision] Make wording more parallel by removing redundant wording.
1 parent 2fa3e8c commit 4f2f581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/classes.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6497,9 +6497,9 @@
64976497
is the name of a non-volatile object with automatic storage duration
64986498
(other than a function or catch-clause parameter)
64996499
whose scope does not extend beyond the end of the innermost enclosing
6500-
\grammarterm{try-block} (if there is one), the copy/move operation from the
6501-
operand to the exception object\iref{except.throw} can be omitted by
6502-
constructing the object with automatic storage duration directly into the exception object
6500+
\grammarterm{try-block} (if there is one),
6501+
the copy/move operation can be omitted by
6502+
constructing the object directly into the exception object
65036503

65046504
\item in a coroutine\iref{dcl.fct.def.coroutine}, a copy of a coroutine parameter
65056505
can be omitted and references to that copy replaced with references to the

0 commit comments

Comments
 (0)