File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3
3
\begin {paras }
4
4
5
5
\pnum
6
- \index {grammar}%
7
- \index {summary, syntax}%
6
+ \indextext {grammar}%
7
+ \indextext {summary! syntax}%
8
8
This summary of \Cpp \ syntax is intended to be an aid to comprehension.
9
9
It is not an exact statement of the language.
10
10
In particular, the grammar described here accepts
17
17
\rSec 1[gram.key]{Keywords}
18
18
19
19
\pnum
20
- \index {keyword}%
20
+ \indextext {keyword}%
21
21
New context-dependent keywords are introduced into a program by
22
22
\tcode {typedef}~(\ref {dcl.typedef }),
23
23
\tcode {namespace}~(\ref {namespace.def }),
Original file line number Diff line number Diff line change 486
486
487
487
\rSec 1[lex.ppnumber]{Preprocessing numbers}
488
488
489
- \index {number!preprocessing|(}%
489
+ \indextext {number!preprocessing|(}%
490
490
\begin {bnf }
491
491
\nontermdef {pp-number}\br
492
492
digit\br
509
509
A preprocessing number does not have a type or a value; it acquires both
510
510
after a successful conversion to an integer literal token or a floating literal
511
511
token.%
512
- \index {number!preprocessing|)}
512
+ \indextext {number!preprocessing|)}
513
513
514
514
\rSec 1[lex.name]{Identifiers}
515
515
You can’t perform that action at this time.
0 commit comments