Skip to content

Commit 51fb3ce

Browse files
committed
[flat.map.cons] Clarify that the state before the move is meant.
1 parent 3a09c2d commit 51fb3ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14836,7 +14836,7 @@
1483614836
\complexity
1483714837
Linear in $N$ if the container arguments are already sorted with respect
1483814838
to \tcode{value_comp()} and otherwise $N \log N$,
14839-
where $N$ is \tcode{key_cont.size()}.
14839+
where $N$ is the value of \tcode{key_cont.size()} before this call.
1484014840
\end{itemdescr}
1484114841

1484214842
\indexlibraryctor{flat_map}%

0 commit comments

Comments
 (0)