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 db9fe2f commit 73da69cCopy full SHA for 73da69c
source/containers.tex
@@ -2832,7 +2832,7 @@
2832
proportional to $N$ (but worst-case complexity remains \bigoh{N^2}, e.g., for
2833
a pathologically bad hash function). The behavior of a program that uses
2834
\tcode{operator==} or \tcode{operator!=} on unordered containers is undefined
2835
-unless the \tcode{Hash} and \tcode{Pred} function objects respectively have
+unless the \tcode{Pred} function object has
2836
the same behavior for both containers and the equality comparison function
2837
for \tcode{Key} is a refinement\footnote{Equality comparison is a refinement
2838
of partitioning if no two objects that
0 commit comments