File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15871587
15881588\pnum
15891589An \defnadj {implicitly movable}{entity} is
1590- a variable of automatic storage duration
1590+ a variable with automatic storage duration
15911591that is either a non-volatile object or
15921592an rvalue reference to a non-volatile object type.
15931593In the following contexts,
Original file line number Diff line number Diff line change 20432043
20442044\pnum
20452045\remarks
2046- The program is terminated without executing destructors for objects of automatic,
2046+ The program is terminated without executing destructors for objects with automatic,
20472047thread, or static storage duration and without calling functions passed to
20482048\tcode {atexit()}\iref {basic.start.term }.
20492049\indextext {signal-safe!\idxcode {_Exit}}%
You can’t perform that action at this time.
0 commit comments