Skip to content

Commit e207d7c

Browse files
author
Dawn Perchik
committed
[tab:container.hash.req] Add a line break before next itemdecl clause.
Partially addresses #4228.
1 parent 9eabed3 commit e207d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -2788,7 +2788,7 @@
27882788
\indexunordmem{clear}%
27892789
\tcode{a.clear()}
27902790
& \tcode{void}
2791-
& \effects Erases all elements in the container.
2791+
& \effects Erases all elements in the container.\br
27922792
\ensures \tcode{a.empty()} is \tcode{true}%
27932793
& Linear in \tcode{a.size()}.
27942794
\\ \rowsep
@@ -2881,7 +2881,7 @@
28812881
&
28822882
\expects \tcode{b.bucket_count() > 0}.\br
28832883
\returns The index of the bucket in which elements with keys equivalent
2884-
to \tcode{k} would be found, if any such element existed.
2884+
to \tcode{k} would be found, if any such element existed.\br
28852885
\ensures The return value shall be in the range \tcode{[0, b.bucket_count())}.%
28862886
& Constant
28872887
\\ \rowsep

0 commit comments

Comments
 (0)