Skip to content

Commit 30be5b0

Browse files
author
Dawn Perchik
committed
[containers] Add page breaks.
Partially addresses #4228.
1 parent 3213173 commit 30be5b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/containers.tex

+4
Original file line numberDiff line numberDiff line change
@@ -3656,6 +3656,7 @@
36563656
namespace std {
36573657
template<class T, class Allocator = allocator<T>>
36583658
class deque {
3659+
@\newpage@
36593660
public:
36603661
// types
36613662
using value_type = T;
@@ -6698,6 +6699,8 @@
66986699
Constant.
66996700
\end{itemdescr}
67006701

6702+
\newpage
6703+
67016704
\indexlibraryctor{map}%
67026705
\begin{itemdecl}
67036706
template<class InputIterator>
@@ -9186,6 +9189,7 @@
91869189
class Hash = hash<@\placeholder{iter-value-type}@<InputIterator>>,
91879190
class Pred = equal_to<@\placeholder{iter-value-type}@<InputIterator>>,
91889191
class Allocator = allocator<@\placeholder{iter-value-type}@<InputIterator>>>
9192+
@\newpage@
91899193
unordered_set(InputIterator, InputIterator, typename @\seebelow@::size_type = @\seebelow@,
91909194
Hash = Hash(), Pred = Pred(), Allocator = Allocator())
91919195
-> unordered_set<@\placeholder{iter-value-type}@<InputIterator>,

0 commit comments

Comments
 (0)