Skip to content

Releases: eyalz800/zpp_bits

v4.4.25

04 Nov 19:22
Compare
Choose a tag to compare
Fixed const detection in containers assuming subscript operator

v4.4.24

10 Sep 21:27
Compare
Choose a tag to compare
Removed unneeded template keyword

v4.4.23

21 Jul 09:11
Compare
Choose a tag to compare
Renamed guard placeholder

v4.4.22

08 May 21:05
Compare
Choose a tag to compare
Typo fix

v4.4.21

01 Apr 19:20
Compare
Choose a tag to compare
Variant of private default constructible fix invalid return

v4.4.20: Replace deprecated std::aligned_storage

01 Nov 08:31
Compare
Choose a tag to compare
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

05 Sep 09:50
Compare
Choose a tag to compare
Explicit big_endian of std::uint32 to avoid error on some arm abi

v4.4.18

01 Aug 07:52
Compare
Choose a tag to compare
Remove azure pipelines ubuntu-22.04, recently there is an errors that…

v4.4.17

08 May 16:30
Compare
Choose a tag to compare
Make zpp::bits::bytes more friendly with signed size.

v4.4.16

08 May 11:19
Compare
Choose a tag to compare
Array concept was not generalized enough to avoid treating as aggrega…