Skip to content

Commit 42b400c

Browse files
committed
[expr.prim.id.unqual], [support.start.term] Say with automatic storage duration
1 parent 2d17154 commit 42b400c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1587,7 +1587,7 @@
15871587

15881588
\pnum
15891589
An \defnadj{implicitly movable}{entity} is
1590-
a variable of automatic storage duration
1590+
a variable with automatic storage duration
15911591
that is either a non-volatile object or
15921592
an rvalue reference to a non-volatile object type.
15931593
In the following contexts,

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2043,7 +2043,7 @@
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,
20472047
thread, or static storage duration and without calling functions passed to
20482048
\tcode{atexit()}\iref{basic.start.term}.
20492049
\indextext{signal-safe!\idxcode{_Exit}}%

0 commit comments

Comments
 (0)