Skip to content

Commit 07fa86e

Browse files
committed
[input.output] Add page breaks
1 parent 7fb87b9 commit 07fa86e

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

source/iostreams.tex

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -605,6 +605,8 @@
605605
declared in \libheaderref{cstdio}.
606606
\end{itemdescr}
607607

608+
\newpage
609+
608610
\rSec1[iostreams.base]{Iostreams base classes}
609611

610612
\rSec2[ios.syn]{Header \tcode{<ios>} synopsis}
@@ -1742,6 +1744,8 @@
17421744
then the behavior of that function is undefined.
17431745
\indextext{undefined}%
17441746

1747+
\newpage
1748+
17451749
\rSec2[ios]{Class template \tcode{basic_ios}}
17461750

17471751
\rSec3[ios.overview]{Overview}
@@ -7622,6 +7626,8 @@
76227626
then calls \tcode{init_buf_ptrs()}.
76237627
\end{itemdescr}
76247628

7629+
\newpage
7630+
76257631
\indexlibraryctor{basic_stringbuf}%
76267632
\begin{itemdecl}
76277633
basic_stringbuf(basic_stringbuf&& rhs);
@@ -8290,6 +8296,8 @@
82908296
\tcode{basic_stringbuf<charT, traits, Allocator>(which | ios_base::in)}\iref{stringbuf.cons}.
82918297
\end{itemdescr}
82928298

8299+
\newpage
8300+
82938301
\indexlibraryctor{basic_istringstream}%
82948302
\begin{itemdecl}
82958303
explicit basic_istringstream(
@@ -8659,8 +8667,7 @@
86598667
\begin{itemdecl}
86608668
template<class SAlloc>
86618669
basic_ostringstream(
8662-
const basic_string<charT, traits, SAlloc>& s,
8663-
ios_base::openmode which, const Allocator& a);
8670+
const basic_string<charT, traits, SAlloc>& s, ios_base::openmode which, const Allocator& a);
86648671
\end{itemdecl}
86658672

86668673
\begin{itemdescr}
@@ -8830,6 +8837,8 @@
88308837
Equivalent to: \tcode{rdbuf()->str(std::move(s));}
88318838
\end{itemdescr}
88328839

8840+
\newpage
8841+
88338842
\rSec2[stringstream]{Class template \tcode{basic_stringstream}}
88348843

88358844
\rSec3[stringstream.general]{General}
@@ -9900,6 +9909,8 @@
99009909
\tcode{pos_type(off_type(-1))}.
99019910
\end{itemdescr}
99029911

9912+
\newpage
9913+
99039914
\indexlibrarymember{seekpos}{basic_filebuf}%
99049915
\begin{itemdecl}
99059916
pos_type seekpos(pos_type sp,
@@ -11900,6 +11911,7 @@
1190011911
template<class charT, class traits>
1190111912
friend basic_ostream<charT, traits>&
1190211913
operator<<(basic_ostream<charT, traits>& os, const path& p);
11914+
@\newpage@
1190311915
template<class charT, class traits>
1190411916
friend basic_istream<charT, traits>&
1190511917
operator>>(basic_istream<charT, traits>& is, path& p);
@@ -15489,6 +15501,8 @@
1548915501
At most one direct or indirect invocation of \tcode{status(to)}.
1549015502
\end{itemdescr}
1549115503

15504+
\newpage
15505+
1549215506
\rSec3[fs.op.copy.symlink]{Copy symlink}
1549315507

1549415508
\indexlibraryglobal{copy_symlink}%
@@ -15604,7 +15618,6 @@
1560415618
As specified in~\ref{fs.err.report}.
1560515619
\end{itemdescr}
1560615620

15607-
1560815621
\rSec3[fs.op.create.dir.symlk]{Create directory symlink}
1560915622

1561015623
\indexlibraryglobal{create_directory_symlink}%
@@ -16222,7 +16235,6 @@
1622216235
As specified in~\ref{fs.err.report}.
1622316236
\end{itemdescr}
1622416237

16225-
1622616238
\rSec3[fs.op.last.write.time]{Last write time}
1622716239

1622816240
\indexlibraryglobal{last_write_time}%

0 commit comments

Comments
 (0)