From d43ae22ab4ef43990f1c6d1f7abdfbf62a147d35 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 20 Sep 2022 01:20:26 +0300 Subject: [PATCH] Update Notes section --- doc/hash/notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/hash/notes.adoc b/doc/hash/notes.adoc index 5c2f218..6cbde88 100644 --- a/doc/hash/notes.adoc +++ b/doc/hash/notes.adoc @@ -74,7 +74,7 @@ void hash_combine(size_t & seed, T const & v) } ---- -This is what shipped in the first release of Boost containing the library. +This is what shipped in Boost 1.33, the first release containing the library. This function was a reasonable compromise between quality and speed for its time, when the input consisted of ``char``s, but it's less suitable for