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 484
484
485
485
\rSec 1[lex.ppnumber]{Preprocessing numbers}
486
486
487
- \index {number!preprocessing|(}%
487
+ \indextext {number!preprocessing|(}%
488
488
\begin {bnf }
489
489
\nontermdef {pp-number}\br
490
490
digit\br
507
507
A preprocessing number does not have a type or a value; it acquires both
508
508
after a successful conversion to an integer literal token or a floating literal
509
509
token.%
510
- \index {number!preprocessing|)}
510
+ \indextext {number!preprocessing|)}
511
511
512
512
\rSec 1[lex.name]{Identifiers}
513
513
You can’t perform that action at this time.
0 commit comments