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 64976497is the name of a non-volatile object with automatic storage duration
64986498(other than a function or catch-clause parameter)
64996499whose 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
65056505can be omitted and references to that copy replaced with references to the
You can’t perform that action at this time.
0 commit comments