Skip to content

Commit 73b7cad

Browse files
author
Dawn Perchik
committed
[containers] Add page breaks.
Partially addresses #4228.
1 parent e207d7c commit 73b7cad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/containers.tex

+3
Original file line numberDiff line numberDiff line change
@@ -6698,6 +6698,8 @@
66986698
Constant.
66996699
\end{itemdescr}
67006700

6701+
\newpage
6702+
67016703
\indexlibraryctor{map}%
67026704
\begin{itemdecl}
67036705
template<class InputIterator>
@@ -9186,6 +9188,7 @@
91869188
class Hash = hash<@\placeholder{iter-value-type}@<InputIterator>>,
91879189
class Pred = equal_to<@\placeholder{iter-value-type}@<InputIterator>>,
91889190
class Allocator = allocator<@\placeholder{iter-value-type}@<InputIterator>>>
9191+
@\newpage@
91899192
unordered_set(InputIterator, InputIterator, typename @\seebelow@::size_type = @\seebelow@,
91909193
Hash = Hash(), Pred = Pred(), Allocator = Allocator())
91919194
-> unordered_set<@\placeholder{iter-value-type}@<InputIterator>,

0 commit comments

Comments
 (0)