Update revision history

This commit is contained in:
Peter Dimov
2025-01-26 22:07:42 +02:00
parent f017dac435
commit 527ff0a80d

View File

@ -19,3 +19,4 @@ http://www.boost.org/LICENSE_1_0.txt
* 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.
* `array<T, 0>` can now be initialized with `= {{}}`.