File tree Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Expand file tree Collapse file tree 8 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 724
724
is `` lvalue reference to \tcode {int}'' ,
725
725
not `` lvalue reference to \tcode {const int}'' .
726
726
\exitexample
727
- \indextext {\idxcode {void\& }}%
728
727
\enternote
729
728
A reference can be thought of as a name of an object.
730
729
\exitnote
730
+ \indextext {\idxcode {void\& }}%
731
731
A declarator that specifies the type
732
732
`` reference to \textit {cv } \tcode {void}''
733
733
is ill-formed.
Original file line number Diff line number Diff line change 346
346
347
347
\rSec 1[except.ctor]{Constructors and destructors}%
348
348
\indextext {exception handling!constructors and destructors}%
349
- \indextext {stack unwinding!see exception handling, constructors and destructors}%
350
349
\indextext {constructor!exception~handling|see{exception handling, constructors and destructors}}%
351
350
\indextext {destructor!exception~handling|see{exception handling, constructors and destructors}}
352
351
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 2
2
\rSec 0[intro]{General}
3
3
4
4
\indextext {diagnostic message|see{message, diagnostic}}%
5
- \indexdefn {conditionally-supported behavior! see{behavior, conditionally-supported}}%
5
+ \indexdefn {conditionally-supported behavior| see{behavior, conditionally-supported}}%
6
6
\indextext {dynamic type|see{type, dynamic}}%
7
7
\indextext {static type|see{type, static}}%
8
8
\indextext {ill-formed program|see{program, ill-formed}}%
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
Original file line number Diff line number Diff line change 131
131
place a thread in the blocked state
132
132
133
133
\definition {blocked thread}{defns.blocked}
134
- \indexdefn {thread, blocked}%
134
+ \indexdefn {thread! blocked}%
135
135
a thread that is waiting for some condition (other than the availability of a processor) to be
136
136
satisfied before it can continue execution\footnote {This definition is taken from POSIX.}
137
137
Original file line number Diff line number Diff line change 2623
2623
2624
2624
\rSec 1[over.over]{Address of overloaded function}%
2625
2625
\indextext {overloading!address of overloaded function}%
2626
- \indextext {overloadedfunction !address~of}
2626
+ \indextext {overloaded~function !address~of}
2627
2627
2628
2628
\pnum
2629
2629
A use of an overloaded function name without arguments is resolved
Original file line number Diff line number Diff line change 12468
12468
\tcode {time_point}.
12469
12469
It is implementation defined whether values are rounded or truncated to the
12470
12470
required precision.\indeximpldef {whether values are rounded or truncated to the
12471
- required precision when converting between \tcode {time_t} values and \tcode {time_point} objects. }
12471
+ required precision when converting between \tcode {time_t} values and \tcode {time_point} objects}
12472
12472
\end {itemdescr }
12473
12473
12474
12474
\indexlibrary {\idxcode {from_time_t}}%
12483
12483
\tcode {time_point}.
12484
12484
It is implementation defined whether values are rounded or truncated to the
12485
12485
required precision.\indeximpldef {whether values are rounded or truncated to the
12486
- required precision when converting between \tcode {time_t} values and \tcode {time_point} objects. }
12486
+ required precision when converting between \tcode {time_t} values and \tcode {time_point} objects}
12487
12487
\end {itemdescr }
12488
12488
12489
12489
\rSec 3[time.clock.steady]{Class \tcode {steady_clock}}
You can’t perform that action at this time.
0 commit comments