Skip to content

Commit d14c6ed

Browse files
committed
[flat.{,multi}map.cons] Clarify that the state before the move is meant.
1 parent 5fbaa53 commit d14c6ed

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/containers.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14833,9 +14833,9 @@
1483314833

1483414834
\pnum
1483514835
\complexity
14836-
Linear in $N$ if the container arguments are already sorted with respect
14837-
to \tcode{value_comp()} and otherwise $N \log N$,
14838-
where $N$ is \tcode{key_cont.size()}.
14836+
Linear in $N$ if the container arguments are already sorted
14837+
with respect to \tcode{value_comp()} and otherwise $N \log N$,
14838+
where $N$ is the value of \tcode{key_cont.size()} before this call.
1483914839
\end{itemdescr}
1484014840

1484114841
\indexlibraryctor{flat_map}%
@@ -15933,9 +15933,8 @@
1593315933
\pnum
1593415934
\complexity
1593515935
Linear in $N$ if the container arguments are already sorted
15936-
with respect to \tcode{value_comp()} and
15937-
otherwise $N \log N$,
15938-
where $N$ is \tcode{key_cont.size()}.
15936+
with respect to \tcode{value_comp()} and otherwise $N \log N$,
15937+
where $N$ is the value of \tcode{key_cont.size()} before this call.
1593915938
\end{itemdescr}
1594015939

1594115940
\indexlibraryctor{flat_multimap}%

0 commit comments

Comments
 (0)