All Versions
2
Latest Version
Avg Release Cycle
11 days
Latest Release
1547 days ago
Changelog History
Changelog History
-
v1.1.0 Changes
August 11, 2020๐ Improvements
- dynamic_bitset.hpp is now in the sul subfolder, use
#include <sul/dynamic_bitset.hpp>
to usesul::dynamic_bitset
- New
sul::dynamic_bitset
version defines (SUL_DYNAMIC_BITSET_VERSION_MAJOR
/SUL_DYNAMIC_BITSET_VERSION_MINOR
/SUL_DYNAMIC_BITSET_VERSION_PATCH
)
- dynamic_bitset.hpp is now in the sul subfolder, use
-
v1.0.0 Changes
July 31, 2020๐ First release of the dynamic_bitset, now being the first library of the Simple Useful Libraries!
๐ Fixes
- The dynamic_bitset is now in the SUL namespace (#3)
- 0๏ธโฃ The dynamic_bitset can be put back in the default namespace with the CMake option DYNAMICBITSET_NO_NAMESPACE