Skip to content

Commit 040ab80

Browse files
author
Dawn Perchik
committed
[strings] Add page breaks.
Partially addresses #4228.
1 parent da8785d commit 040ab80

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

source/strings.tex

+8
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,7 @@
786786
template<class charT, class traits = char_traits<charT>,
787787
class Allocator = allocator<charT>>
788788
class basic_string {
789+
@\newpage@
789790
public:
790791
// types
791792
using traits_type = traits;
@@ -1328,6 +1329,8 @@
13281329
The second form throws nothing if \tcode{alloc == str.get_allocator()}.
13291330
\end{itemdescr}
13301331

1332+
\newpage
1333+
13311334
\begin{itemdecl}
13321335
template<class InputIterator,
13331336
class Allocator = allocator<typename iterator_traits<InputIterator>::value_type>>
@@ -3683,6 +3686,8 @@
36833686
for the return type.
36843687
\end{itemdescr}
36853688

3689+
\newpage
3690+
36863691
\indexlibraryglobal{stof}%
36873692
\indexlibraryglobal{stod}%
36883693
\indexlibraryglobal{stold}%
@@ -4945,6 +4950,9 @@
49454950
\tcode{t <=> sv} & \tcode{S(t) <=> sv} \\
49464951
\tcode{sv <=> t} & \tcode{sv <=> S(t)} \\
49474952
\end{libtab2}
4953+
4954+
\newpage
4955+
49484956
\begin{example}
49494957
A sample conforming implementation for \tcode{operator==} would be:
49504958
\begin{codeblock}

0 commit comments

Comments
 (0)