-
Converted documentation to AsciiDoc (Christian Mazakas).
-
Added
noexceptandconstexpras appropriate. -
Marked obsolete functions as deprecated.
-
Removed obsolete compiler workarounds.
-
Changed
array<T, 0>::begin(),cbegin(),end(),cend()to returnnullptr, enablingconstexpr. This matches the behavior ofstd::array. -
Removed local
hash_valueoverload;boost::hashsupports array-like types natively. -
array<T, 0>can now be initialized with= {{}}. -
Added
operator<=>. -
Added
to_array.