2
0
mirror of https://github.com/boostorg/array.git synced 2026-02-02 20:22:08 +00:00

Update revision history

This commit is contained in:
Peter Dimov
2025-01-26 20:31:53 +02:00
parent 3d9f39814c
commit acef60446a

View File

@@ -16,3 +16,5 @@ http://www.boost.org/LICENSE_1_0.txt
* Added `noexcept` and `constexpr` as appropriate.
* Marked obsolete functions as deprecated.
* Removed obsolete compiler workarounds.
* Changed `array<T, 0>::begin()`, `cbegin()`, `end()`, `cend()` to return `nullptr`, enabling `constexpr`.
This matches the behavior of `std::array`.