Skip to content

Commit b2efb60

Browse files
authored
[class.derived,class.member.lookup] Reference figures in running text. (#3526)
1 parent 4dd1859 commit b2efb60

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/classes.tex

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3544,7 +3544,8 @@
35443544
\indextext{lattice|see{DAG, subobject}}%
35453545
A derived class and its base class subobjects can be represented by a
35463546
directed acyclic graph (DAG) where an arrow means ``directly derived
3547-
from''. An arrow need not have a physical representation in memory.
3547+
from'' (see \fref{class.dag}).
3548+
An arrow need not have a physical representation in memory.
35483549
A DAG of subobjects is often referred to as a ``subobject lattice''.
35493550

35503551
\begin{importgraphic}
@@ -4381,7 +4382,8 @@
43814382
{figname.pdf}
43824383
\end{importgraphic}
43834384

4384-
The names declared in \tcode{V} and the left-hand instance of \tcode{W}
4385+
As illustrated in \fref{class.lookup},
4386+
the names declared in \tcode{V} and the left-hand instance of \tcode{W}
43854387
are hidden by those in \tcode{B}, but the names declared in the
43864388
right-hand instance of \tcode{W} are not hidden at all.
43874389
\begin{codeblock}

0 commit comments

Comments
 (0)