Skip to content

Commit 5cd8f83

Browse files
committed
[flat.map.cons] Clarify that the state before the move is meant.
1 parent dbe6fda commit 5cd8f83

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
@@ -14837,7 +14837,7 @@
1483714837
\complexity
1483814838
Linear in $N$ if the container arguments are already sorted with respect
1483914839
to \tcode{value_comp()} and otherwise $N \log N$,
14840-
where $N$ is \tcode{key_cont.size()}.
14840+
where $N$ is the value of \tcode{key_cont.size()} before this call.
1484114841
\end{itemdescr}
1484214842

1484314843
\indexlibraryctor{flat_map}%

0 commit comments

Comments
 (0)