File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6497
6497
is the name of a non-volatile object with automatic storage duration
6498
6498
(other than a function or catch-clause parameter)
6499
6499
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
6503
6503
6504
6504
\item in a coroutine\iref {dcl.fct.def.coroutine }, a copy of a coroutine parameter
6505
6505
can be omitted and references to that copy replaced with references to the
You can’t perform that action at this time.
0 commit comments