Update revision history

This commit is contained in:
Peter Dimov
2025-01-26 21:02:26 +02:00
parent b147799665
commit 29700ff270

View File

@ -18,3 +18,4 @@ http://www.boost.org/LICENSE_1_0.txt
* Removed obsolete compiler workarounds.
* Changed `array<T, 0>::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.