From 82491af5619ee61acf56fdedb6795392120d11f2 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 13 Mar 2025 12:20:16 +0000 Subject: [PATCH] [hash.requirements] clarify that Cpp17Hash does not imply stateless --- source/lib-intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index fab923bf47..cfb145bac9 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -2076,7 +2076,7 @@ the program. \begin{note} Thus all evaluations of the expression \tcode{h(k)} with the - same value for \tcode{k} yield the same result for a given execution of the program. + same values for \tcode{h} and \tcode{k} yield the same result for a given execution of the program. \end{note} For two different values \tcode{t1} and \tcode{t2}, the probability that \tcode{h(t1)} and \tcode{h(t2)}