Skip to content

Commit 53dd52c

Browse files
Eelistkoeppe
authored andcommitted
[basic] Use less monospace in index entries. (#1489)
1 parent 838e307 commit 53dd52c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/basic.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
(\ref{dcl.link}) and neither an \grammarterm{initializer} nor a
120120
\grammarterm{function-body},
121121
\item
122-
\indextext{declaration!\idxcode{static member}}%
122+
\indextext{declaration!static member@\tcode{static} member}%
123123
it declares a non-inline static data member in a class
124124
definition (\ref{class.mem},~\ref{class.static}),
125125
\item
@@ -2525,7 +2525,7 @@
25252525
Within each of these phases of initiation, initialization occurs as follows.
25262526

25272527
\pnum
2528-
\indextext{initialization!\idxcode{static object}}%
2528+
\indextext{initialization!static object@\tcode{static} object}%
25292529
\indextext{initialization!constant}%
25302530
A \defn{constant initializer} for an object \tcode{o} is an expression that is a
25312531
constant expression, except that it may also invoke constexpr constructors
@@ -2856,14 +2856,14 @@
28562856
eliminated as specified in~\ref{class.copy}.
28572857

28582858
\pnum
2859-
\indextext{object!\idxcode{local static}}%
2859+
\indextext{object!local static@local \tcode{static}}%
28602860
The keyword \tcode{static} can be used to declare a local variable with
28612861
static storage duration. \begin{note} \ref{stmt.dcl} describes the
28622862
initialization of local \tcode{static} variables; \ref{basic.start.term}
28632863
describes the destruction of local \tcode{static} variables. \end{note}
28642864

28652865
\pnum
2866-
\indextext{member!\idxcode{class static}}%
2866+
\indextext{member!class static@class \tcode{static}}%
28672867
The keyword \tcode{static} applied to a class data member in a class
28682868
definition gives the data member static storage duration.
28692869

0 commit comments

Comments
 (0)