Skip to content

Commit 2d41be6

Browse files
committed
[time] Add page breaks
1 parent b7be543 commit 2d41be6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

source/time.tex

+7-1
Original file line numberDiff line numberDiff line change
@@ -3164,6 +3164,8 @@
31643164
\tcode{is}.
31653165
\end{itemdescr}
31663166

3167+
\newpage
3168+
31673169
\rSec2[time.clock.gps]{Class \tcode{gps_clock}}
31683170

31693171
\rSec3[time.clock.gps.overview]{Overview}
@@ -3262,6 +3264,8 @@
32623264
\end{note}
32633265
\end{itemdescr}
32643266

3267+
\newpage
3268+
32653269
\rSec3[time.clock.gps.nonmembers]{Non-member functions}
32663270

32673271
\indexlibrarymember{operator<<}{gps_time}%
@@ -6735,6 +6739,8 @@
67356739
\end{codeblock}
67366740
\end{itemdescr}
67376741

6742+
\newpage
6743+
67386744
\indexlibrarymember{from_stream}{year_month_day}%
67396745
\begin{itemdecl}
67406746
template<class charT, class traits, class Alloc = allocator<charT>>
@@ -7159,7 +7165,7 @@
71597165
constexpr chrono::weekday weekday() const noexcept;
71607166
constexpr unsigned index() const noexcept;
71617167
constexpr chrono::weekday_indexed weekday_indexed() const noexcept;
7162-
7168+
@\newpage@
71637169
constexpr operator sys_days() const noexcept;
71647170
constexpr explicit operator local_days() const noexcept;
71657171
constexpr bool ok() const noexcept;

0 commit comments

Comments
 (0)