Skip to content

Commit

Permalink
[utilities] Add page breaks.
Browse files Browse the repository at this point in the history
Partially addresses #4228.
  • Loading branch information
Dawn Perchik committed Sep 30, 2020
1 parent e7327e1 commit 4d9c049
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3291,6 +3291,8 @@
This function is a constexpr function.
\end{itemdescr}

\newpage

\indexlibrarymember{value}{optional}%
\begin{itemdecl}
constexpr const T& value() const&;
Expand Down Expand Up @@ -10725,6 +10727,8 @@
A \tcode{shared_ptr} to an object of type \tcode{U[N]},
where \tcode{U} is \tcode{remove_extent_t<T>}.

\newpage

\pnum
\begin{example}
\begin{codeblock}
Expand Down Expand Up @@ -17064,6 +17068,7 @@
// the following assertions hold:
assert(rank_v<int> == 0);
assert(rank_v<int[2]> == 1);
@\newpage@
assert(rank_v<int[][4]> == 2);
\end{codeblock}
\end{example}
Expand Down Expand Up @@ -18807,6 +18812,8 @@
have the data members and special members specified above.
They have no base classes or members other than those specified.

\newpage

\rSec2[charconv.to.chars]{Primitive numeric output conversion}

\pnum
Expand Down

0 comments on commit 4d9c049

Please sign in to comment.