Update revision history

This commit is contained in:
Peter Dimov
2025-01-27 17:19:06 +02:00
parent 047ba01807
commit 07a14f33ef

View File

@ -20,3 +20,4 @@ http://www.boost.org/LICENSE_1_0.txt
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 `= {{}}`.
* Added `operator\<\=>`.