Skip to content

Commit a6b3a15

Browse files
author
Dawn Perchik
committed
[dcl.spec] Add a page break before examples.
Partially addresses #4228.
1 parent c58b1dd commit a6b3a15

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source/declarations.tex

+6
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,9 @@
582582
a \grammarterm{typedef-name} is thus a synonym for another type. A
583583
\grammarterm{typedef-name} does not introduce a new type the way a class
584584
declaration\iref{class.name} or enum declaration\iref{dcl.enum} does.
585+
586+
\newpage
587+
585588
\begin{example}
586589
After
587590
\begin{codeblock}
@@ -1733,6 +1736,9 @@
17331736
\end{codeblock}
17341737
the \grammarterm{expression-list} shall be a single
17351738
\grammarterm{assignment-expression}.
1739+
1740+
\newpage
1741+
17361742
\begin{example}
17371743
\begin{codeblock}
17381744
auto x = 5; // OK: \tcode{x} has type \tcode{int}

0 commit comments

Comments
 (0)