Skip to content

Commit

Permalink
Update revision history
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jan 26, 2025
1 parent b147799 commit 29700ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/array/changes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 29700ff

Please sign in to comment.