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 3f00c3d commit 61f19d3Copy full SHA for 61f19d3
source/containers.tex
@@ -5903,7 +5903,7 @@
5903
\indextext{unordered associative containers!requirements}%
5904
The \tcode{insert}, \tcode{insert_range}, and \tcode{emplace} members
5905
shall not affect the validity of iterators if
5906
-\tcode{(N+n) <= z * B}, where \tcode{N} is the number of elements in
+\tcode{(N + n) <= z * B}, where \tcode{N} is the number of elements in
5907
the container prior to the insert operation, \tcode{n} is the
5908
number of elements inserted, \tcode{B} is the container's bucket count, and
5909
\tcode{z} is the container's maximum load factor.
0 commit comments