Skip to content

Commit 61f19d3

Browse files
authored
[unord.req.general] Insert spaces around + for consistency (#7617)
1 parent 3f00c3d commit 61f19d3

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
@@ -5903,7 +5903,7 @@
59035903
\indextext{unordered associative containers!requirements}%
59045904
The \tcode{insert}, \tcode{insert_range}, and \tcode{emplace} members
59055905
shall not affect the validity of iterators if
5906-
\tcode{(N+n) <= z * B}, where \tcode{N} is the number of elements in
5906+
\tcode{(N + n) <= z * B}, where \tcode{N} is the number of elements in
59075907
the container prior to the insert operation, \tcode{n} is the
59085908
number of elements inserted, \tcode{B} is the container's bucket count, and
59095909
\tcode{z} is the container's maximum load factor.

0 commit comments

Comments
 (0)