Skip to content

Commit 98875f6

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

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

1484114841
\indexlibraryctor{flat_map}%

0 commit comments

Comments
 (0)