From 29700ff270ad7d668095bec0e812c5e60be933d8 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 26 Jan 2025 21:02:26 +0200 Subject: [PATCH] Update revision history --- doc/array/changes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/array/changes.adoc b/doc/array/changes.adoc index 83aa17ea..60fa366d 100644 --- a/doc/array/changes.adoc +++ b/doc/array/changes.adoc @@ -18,3 +18,4 @@ http://www.boost.org/LICENSE_1_0.txt * Removed obsolete compiler workarounds. * Changed `array::begin()`, `cbegin()`, `end()`, `cend()` to return `nullptr`, enabling `constexpr`. This matches the behavior of `std::array`. +* Removed local `hash_value` overload; `boost::hash` supports array-like types natively.