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 5042
5042
5043
5043
\pnum
5044
5044
\begin {note }
5045
- For every object of static storage duration,
5045
+ For every object with static storage duration,
5046
5046
static initialization\iref {basic.start.static } is performed
5047
5047
at program startup before any other initialization takes place.
5048
5048
In some cases, additional initialization is done later.
Original file line number Diff line number Diff line change 913
913
\begin {itemdescr }
914
914
\pnum
915
915
The macro expands to a token sequence suitable for constant initialization of
916
- an atomic variable of static storage duration of a type that
916
+ an atomic variable with static storage duration of a type that
917
917
is initialization-compatible with \tcode {value}.
918
918
\begin {note }
919
919
This operation possibly needs to initialize locks.
You can’t perform that action at this time.
0 commit comments