We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a965970 commit d5b2cacCopy full SHA for d5b2cac
source/containers.tex
@@ -16465,7 +16465,7 @@
16465
\pnum
16466
\complexity
16467
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()}.
+otherwise $N \log N$, where $N$ is the value of \tcode{cont.size()} before this call.
16469
\end{itemdescr}
16470
16471
\indexlibraryctor{flat_set}%
@@ -17069,7 +17069,7 @@
17069
17070
17071
Linear in $N$ if \tcode{cont} is sorted with respect to \exposid{compare} and
17072
17073
17074
17075
\indexlibraryctor{flat_multiset}%
0 commit comments