File tree Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Expand file tree Collapse file tree 6 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1010
1010
1011
1011
\pnum
1012
1012
\indextext {scope!block}%
1013
- \indextext {local scope|see{block scope}}%
1013
+ \indextext {local scope|see{scope, block }}%
1014
1014
A name declared in a block\iref {stmt.block } is local to that block; it has
1015
1015
\defnx {block scope}{block (statement)!scope}.
1016
1016
Its potential scope begins at its point of
Original file line number Diff line number Diff line change 3563
3563
derived object\iref {intro.object } is unspecified.
3564
3564
\begin {note }
3565
3565
\indextext {directed acyclic graph|see{DAG}}%
3566
- \indextext {lattice|see{DAG, subobject}}%
3566
+ \indextext {lattice|see{DAG}}%
3567
+ \indextext {lattice|see{subobject}}%
3567
3568
A derived class and its base class subobjects can be represented by a
3568
3569
directed acyclic graph (DAG) where an arrow means `` directly derived
3569
3570
from'' (see \fref {class.dag }).
Original file line number Diff line number Diff line change 501
501
502
502
\rSec 2[dcl.fct.spec]{Function specifiers}%
503
503
\indextext {specifier!function}%
504
- \indextext {function|seealso{friend function; member function; inline function; virtual function}}
504
+ \indextext {function|seealso{friend function}}
505
+ \indextext {function|seealso{member function}}
506
+ \indextext {function|seealso{inline function}}
507
+ \indextext {function|seealso{virtual function}}
505
508
506
509
\pnum
507
510
A
Original file line number Diff line number Diff line change 598
598
\rSec 1[cpp.include]{Source file inclusion}
599
599
\indextext {preprocessing directive!header inclusion}
600
600
\indextext {preprocessing directive!source-file inclusion}
601
- \indextext {inclusion!source file|see{preprocessing directives , source-file inclusion}}%
601
+ \indextext {inclusion!source file|see{preprocessing directive , source-file inclusion}}%
602
602
\indextext {\idxcode {\# include}}%
603
603
604
604
\pnum
1525
1525
1526
1526
\rSec 1[cpp.line]{Line control}%
1527
1527
\indextext {preprocessing directive!line control}%
1528
- \indextext {\idxcode {\# line}|see{preprocessing directives , line control}}
1528
+ \indextext {\idxcode {\# line}|see{preprocessing directive , line control}}
1529
1529
1530
1530
\pnum
1531
1531
The \grammarterm {string-literal} of a
1581
1581
1582
1582
\rSec 1[cpp.error]{Error directive}%
1583
1583
\indextext {preprocessing directive!error}%
1584
- \indextext {\idxcode {\# error}|see{preprocessing directives , error}}
1584
+ \indextext {\idxcode {\# error}|see{preprocessing directive , error}}
1585
1585
1586
1586
\pnum
1587
1587
A preprocessing directive of the form
1594
1594
1595
1595
\rSec 1[cpp.pragma]{Pragma directive}%
1596
1596
\indextext {preprocessing directive!pragma}%
1597
- \indextext {\idxcode {\# pragma}|see{preprocessing directives , pragma}}
1597
+ \indextext {\idxcode {\# pragma}|see{preprocessing directive , pragma}}
1598
1598
1599
1599
\pnum
1600
1600
A preprocessing directive of the form
Original file line number Diff line number Diff line change 3816
3816
the same set of template argument lists.
3817
3817
3818
3818
\pnum
3819
- \indextext {template!function!equivalent|see{equivalent, function template }}%
3819
+ \indextext {template!function!equivalent|see{equivalent, function templates }}%
3820
3820
Two function templates are
3821
3821
\defnx {equivalent}{equivalent!function templates}
3822
3822
if they
3830
3830
expressions involving
3831
3831
template parameters.
3832
3832
\indextext {equivalent!functionally|see{functionally equivalent}}%
3833
- \indextext {template!function!functionally equivalent|see{functionally equivalent, function template }}%
3833
+ \indextext {template!function!functionally equivalent|see{functionally equivalent, function templates }}%
3834
3834
Two function templates are
3835
3835
\defnx {functionally equivalent}{functionally equivalent!function templates}
3836
3836
if they
Original file line number Diff line number Diff line change 5555
5555
the next phase starts.
5556
5556
\end {itemize }
5557
5557
5558
- \indextext {phase synchronization point|see{barrier, phase synchronization point }}%
5558
+ \indextext {phase synchronization point|see{barrier, phase synchronization point}}%
5559
5559
\pnum
5560
5560
\indextext {block (execution)}%
5561
5561
Each phase defines a \defnx {phase synchronization point}{barrier!phase synchronization point}.
You can’t perform that action at this time.
0 commit comments