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 1587
1587
1588
1588
\pnum
1589
1589
An \defnadj {implicitly movable}{entity} is
1590
- a variable of automatic storage duration
1590
+ a variable with automatic storage duration
1591
1591
that is either a non-volatile object or
1592
1592
an rvalue reference to a non-volatile object type.
1593
1593
In the following contexts,
Original file line number Diff line number Diff line change 2043
2043
2044
2044
\pnum
2045
2045
\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,
2047
2047
thread, or static storage duration and without calling functions passed to
2048
2048
\tcode {atexit()}\iref {basic.start.term }.
2049
2049
\indextext {signal-safe!\idxcode {_Exit}}%
You can’t perform that action at this time.
0 commit comments