Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7cff515

Browse files
author
Dawn Perchik
committedSep 30, 2020
[utilities] Add page breaks.
Partially addresses #4228.
1 parent 01b9a19 commit 7cff515

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎source/utilities.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3291,6 +3291,8 @@
32913291
This function is a constexpr function.
32923292
\end{itemdescr}
32933293

3294+
\newpage
3295+
32943296
\indexlibrarymember{value}{optional}%
32953297
\begin{itemdecl}
32963298
constexpr const T& value() const&;
@@ -10725,6 +10727,8 @@
1072510727
A \tcode{shared_ptr} to an object of type \tcode{U[N]},
1072610728
where \tcode{U} is \tcode{remove_extent_t<T>}.
1072710729

10730+
\newpage
10731+
1072810732
\pnum
1072910733
\begin{example}
1073010734
\begin{codeblock}
@@ -17064,6 +17068,7 @@
1706417068
// the following assertions hold:
1706517069
assert(rank_v<int> == 0);
1706617070
assert(rank_v<int[2]> == 1);
17071+
@\newpage@
1706717072
assert(rank_v<int[][4]> == 2);
1706817073
\end{codeblock}
1706917074
\end{example}
@@ -18807,6 +18812,8 @@
1880718812
have the data members and special members specified above.
1880818813
They have no base classes or members other than those specified.
1880918814

18815+
\newpage
18816+
1881018817
\rSec2[charconv.to.chars]{Primitive numeric output conversion}
1881118818

1881218819
\pnum

0 commit comments

Comments
 (0)
Please sign in to comment.