Releases: eyalz800/zpp_bits
Releases · eyalz800/zpp_bits
v4.4.25
Fixed const detection in containers assuming subscript operator
v4.4.24
Removed unneeded template keyword
v4.4.23
Renamed guard placeholder
v4.4.21
Variant of private default constructible fix invalid return
v4.4.20: Replace deprecated std::aligned_storage
aligned_storage will be deprecated in C++23.
The paper which proposes this deprecation is P1413R3.
This commit applies the recommend fix provided in that paper.
Closes #136.
v4.4.19
Explicit big_endian of std::uint32 to avoid error on some arm abi
v4.4.18
Remove azure pipelines ubuntu-22.04, recently there is an errors that…
v4.4.17
Make zpp::bits::bytes more friendly with signed size.
v4.4.16
Array concept was not generalized enough to avoid treating as aggrega…