Skip to content

[class.derived] Don't bother splitting last remark in note off into separate paragraph. #1240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 14, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions source/derived.tex
Original file line number Diff line number Diff line change
Expand Up @@ -144,19 +144,16 @@
\begin{note}
\indextext{directed acyclic graph|see{DAG}}%
\indextext{lattice|see{DAG, subobject}}%
a derived class and its base class subobjects can be represented by a
A derived class and its base class subobjects can be represented by a
directed acyclic graph (DAG) where an arrow means ``directly derived
from''. A DAG of subobjects is often referred to as a ``subobject
lattice''.
from''. An arrow need not have a physical representation in memory.
A DAG of subobjects is often referred to as a ``subobject lattice''.

\begin{importgraphic}
{Directed acyclic graph}
{fig:dag}
{figdag.pdf}
\end{importgraphic}

\pnum
The arrows need not have a physical representation in memory.
\end{note}

\pnum
Expand Down