Skip to content

Commit 01b9a19

Browse files
author
Dawn Perchik
committed
[class] Add page breaks.
Partially addresses #4228.
1 parent 73b7cad commit 01b9a19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/classes.tex

+4
Original file line numberDiff line numberDiff line change
@@ -1502,6 +1502,7 @@
15021502
};
15031503
X a(1); // calls \tcode{X(int);}
15041504
X b(a, 0); // calls \tcode{X(const X\&, int);}
1505+
@\newpage@
15051506
X c = b; // calls \tcode{X(const X\&, int);}
15061507
\end{codeblock}
15071508
\end{example}
@@ -4438,6 +4439,9 @@
44384439
of a
44394440
derived class to a pointer or reference to one of its base classes shall
44404441
unambiguously refer to a unique object representing the base class.
4442+
4443+
\newpage
4444+
44414445
\begin{example}
44424446
\begin{codeblock}
44434447
struct V { };

0 commit comments

Comments
 (0)