Skip to content

Commit 65a7f25

Browse files
committed
[container.requirements] Fix overfull hboxes
1 parent f10daae commit 65a7f25

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

source/containers.tex

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3887,8 +3887,9 @@
38873887
\begin{itemdescr}
38883888
\pnum
38893889
\result
3890-
\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is of type \tcode{const X};
3891-
\tcode{pair<iterator, iterator>} otherwise.
3890+
\tcode{pair<const_iterator, const_iterator>}
3891+
if \tcode{b} is of type \tcode{const X}; \\
3892+
\tcode{pair<iterator, iterator>}~otherwise.
38923893

38933894
\pnum
38943895
\effects
@@ -3907,7 +3908,8 @@
39073908
\begin{itemdescr}
39083909
\pnum
39093910
\result
3910-
\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is of type \tcode{const X};
3911+
\tcode{pair<const_iterator, const_iterator>}
3912+
if \tcode{a_tran} is of type \tcode{const X}; \\
39113913
\tcode{pair<iterator, iterator>} otherwise.
39123914

39133915
\pnum
@@ -5495,7 +5497,8 @@
54955497
\begin{itemdescr}
54965498
\pnum
54975499
\result
5498-
\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is of type \tcode{const X};
5500+
\tcode{pair<const_iterator, const_iterator>}
5501+
if \tcode{b} is of type \tcode{const X}; \\
54995502
\tcode{pair<iterator, iterator>} otherwise.
55005503

55015504
\pnum
@@ -5516,7 +5519,8 @@
55165519
\begin{itemdescr}
55175520
\pnum
55185521
\result
5519-
\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is of type \tcode{const X};
5522+
\tcode{pair<const_iterator, const_iterator>}
5523+
if \tcode{a_tran} is of type \tcode{const X}; \\
55205524
\tcode{pair<iterator, iterator>} otherwise.
55215525

55225526
\pnum

0 commit comments

Comments
 (0)