File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 38043804\rSec 3[basic.stc.static]{Static storage duration}
38053805
38063806\pnum
3807- \indextext {storage duration!static}%
38083807All variables which
38093808\begin {itemize }
38103809\item
38143813are first declared with
38153814the \keyword {static} or \keyword {extern} keywords\iref {dcl.stc }
38163815\end {itemize }
3817- have \defn {static storage duration}.
3816+ have \defnadj {static}{ storage duration}.
38183817The storage for these entities lasts for the duration of the
38193818program\iref {basic.start.static,basic.start.term }.
38203819
Original file line number Diff line number Diff line change 6363a partial specialization\iref {temp.spec.partial }.
6464A \grammarterm {class-specifier} whose
6565\grammarterm {class-head} omits the
66- \grammarterm {class-head-name} defines an unnamed class.
66+ \grammarterm {class-head-name} defines an \defnadj { unnamed}{ class} .
6767\begin {note }
6868An unnamed class thus can't
6969be \tcode {final}.
27842784\end {note }
27852785
27862786\pnum
2787- \indextext {bit-field!unnamed}%
27882787A declaration for a bit-field that omits the \grammarterm {identifier}
2789- declares an \defn {unnamed bit-field}. Unnamed bit-fields are not
2788+ declares an \defnadj {unnamed}{ bit-field}. Unnamed bit-fields are not
27902789members and cannot be initialized.
27912790An unnamed bit-field shall not be declared with a cv-qualified type.
27922791\begin {note }
Original file line number Diff line number Diff line change 1919\indextext {pointer literal|see{literal, pointer}}
2020\indextext {user-defined literal|see{literal, user-defined}}
2121\indextext {file, source|see{source file}}
22- \indextext {null character|see{character, null}}
2322\indextext {null wide character|see{wide-character, null}}
2423
2524\rSec 1[lex.separate]{Separate translation}
Original file line number Diff line number Diff line change 187187\indextext {side effects}%
188188side effects from an expression statement
189189are completed before the next statement is executed.
190- \indextext {statement!null}%
191190\indextext {statement!empty}%
192191An expression statement with the expression missing is called
193- a \defn {null statement}.
192+ a \defnadj {null}{ statement}.
194193\begin {note }
195194Most statements are expression statements --- usually assignments or
196195function calls. A null statement is useful to supply a null body to an
You can’t perform that action at this time.
0 commit comments