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 3574
3574
derived object\iref {intro.object } is unspecified.
3575
3575
\begin {note }
3576
3576
\indextext {directed acyclic graph|see{DAG}}%
3577
- \indextext {lattice|see{DAG, subobject}}%
3577
+ \indextext {lattice|see{DAG}}%
3578
+ \indextext {lattice|see{subobject}}%
3578
3579
A derived class and its base class subobjects can be represented by a
3579
3580
directed acyclic graph (DAG) where an arrow means `` directly derived
3580
3581
from'' (see \fref {class.dag }).
Original file line number Diff line number Diff line change 503
503
504
504
\rSec 2[dcl.fct.spec]{Function specifiers}%
505
505
\indextext {specifier!function}%
506
- \indextext {function|seealso{friend function; member function; inline function; virtual function}}
506
+ \indextext {function|seealso{friend function}}
507
+ \indextext {function|seealso{member function}}
508
+ \indextext {function|seealso{inline function}}
509
+ \indextext {function|seealso{virtual function}}
507
510
508
511
\pnum
509
512
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
1528
1528
1529
1529
\rSec 1[cpp.line]{Line control}%
1530
1530
\indextext {preprocessing directive!line control}%
1531
- \indextext {\idxcode {\# line}|see{preprocessing directives , line control}}
1531
+ \indextext {\idxcode {\# line}|see{preprocessing directive , line control}}
1532
1532
1533
1533
\pnum
1534
1534
The \grammarterm {string-literal} of a
1584
1584
1585
1585
\rSec 1[cpp.error]{Error directive}%
1586
1586
\indextext {preprocessing directive!error}%
1587
- \indextext {\idxcode {\# error}|see{preprocessing directives , error}}
1587
+ \indextext {\idxcode {\# error}|see{preprocessing directive , error}}
1588
1588
1589
1589
\pnum
1590
1590
A preprocessing directive of the form
1597
1597
1598
1598
\rSec 1[cpp.pragma]{Pragma directive}%
1599
1599
\indextext {preprocessing directive!pragma}%
1600
- \indextext {\idxcode {\# pragma}|see{preprocessing directives , pragma}}
1600
+ \indextext {\idxcode {\# pragma}|see{preprocessing directive , pragma}}
1601
1601
1602
1602
\pnum
1603
1603
A preprocessing directive of the form
Original file line number Diff line number Diff line change 3830
3830
the same set of template argument lists.
3831
3831
3832
3832
\pnum
3833
- \indextext {template!function!equivalent|see{equivalent, function template }}%
3833
+ \indextext {template!function!equivalent|see{equivalent, function templates }}%
3834
3834
Two function templates are
3835
3835
\defnx {equivalent}{equivalent!function templates}
3836
3836
if they
3844
3844
expressions involving
3845
3845
template parameters.
3846
3846
\indextext {equivalent!functionally|see{functionally equivalent}}%
3847
- \indextext {template!function!functionally equivalent|see{functionally equivalent, function template }}%
3847
+ \indextext {template!function!functionally equivalent|see{functionally equivalent, function templates }}%
3848
3848
Two function templates are
3849
3849
\defnx {functionally equivalent}{functionally equivalent!function templates}
3850
3850
if they
Original file line number Diff line number Diff line change 5592
5592
the next phase starts.
5593
5593
\end {itemize }
5594
5594
5595
- \indextext {phase synchronization point|see{barrier, phase synchronization point }}%
5595
+ \indextext {phase synchronization point|see{barrier, phase synchronization point}}%
5596
5596
\pnum
5597
5597
\indextext {block (execution)}%
5598
5598
Each phase defines a \defnx {phase synchronization point}{barrier!phase synchronization point}.
You can’t perform that action at this time.
0 commit comments