dynamic_bitset v1.3.3 Release Notes
Release Date: 2026-01-14 // 5 months ago-
👌 Improvements
- 🔄 Change asserts to allow 0-size ranges for
posequal or lower to the bitset size (#10) for:- constexpr dynamic_bitset<Block, Allocator>& dynamic_bitset<Block, Allocator>::set(size_type pos, size_type len, bool value)
- constexpr dynamic_bitset<Block, Allocator>& dynamic_bitset<Block, Allocator>::reset(size_type pos, size_type len)
- constexpr dynamic_bitset<Block, Allocator>& dynamic_bitset<Block, Allocator>::flip(size_type pos, size_type len)
Others
- ⬆️ Upgrade submodule
docs/doxygen-awesome-cssfrom 2.2.3 to 2.4.1 - ⬆️ Upgrade submodule
extlibs/Catch2 from3.7.0 to 3.12.0
Full Changelog : v1.3.2...v1.3.3
- 🔄 Change asserts to allow 0-size ranges for
Previous changes from v1.3.2
-
👌 Improvements
- ➕ Added basic CMake install setup
Others
- Increased CMake minimum required version from 3.10 to 3.14
Full Changelog : v1.3.1...v1.3.2