forked from boostorg/array
Update revision history
This commit is contained in:
@ -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 `= {{}}`.
|
||||
|
Reference in New Issue
Block a user