Skip to content

Commit d5b2cac

Browse files
committed
[flat.{,multi}set.ctor] Clarify that the state before the move is meant.
1 parent a965970 commit d5b2cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16465,7 +16465,7 @@
1646516465
\pnum
1646616466
\complexity
1646716467
Linear in $N$ if \tcode{cont} is sorted with respect to \tcode{compare} and
16468-
otherwise $N \log N$, where $N$ is \tcode{cont.size()}.
16468+
otherwise $N \log N$, where $N$ is the value of \tcode{cont.size()} before this call.
1646916469
\end{itemdescr}
1647016470

1647116471
\indexlibraryctor{flat_set}%
@@ -17069,7 +17069,7 @@
1706917069
\pnum
1707017070
\complexity
1707117071
Linear in $N$ if \tcode{cont} is sorted with respect to \exposid{compare} and
17072-
otherwise $N \log N$, where $N$ is \tcode{cont.size()}.
17072+
otherwise $N \log N$, where $N$ is the value of \tcode{cont.size()} before this call.
1707317073
\end{itemdescr}
1707417074

1707517075
\indexlibraryctor{flat_multiset}%

0 commit comments

Comments
 (0)