From 2698b43803c012601e6bb1a6116e83767b97986c Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 12 May 2026 02:42:47 +0300 Subject: [PATCH] Update revision history --- doc/hash/recent.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/hash/recent.adoc b/doc/hash/recent.adoc index 7c18492..ed15e20 100644 --- a/doc/hash/recent.adoc +++ b/doc/hash/recent.adoc @@ -8,6 +8,10 @@ https://www.boost.org/LICENSE_1_0.txt = Recent Changes :idprefix: recent_ +== Boost 1.92.0 + +* Hashing a valueless `std::variant` instance no longer throws. + == Boost 1.89.0 * Added the `hash_is_avalanching` trait class.