dynamic_bitset v1.1.0 Release Notes
Release Date: 2020-08-11 // over 4 years ago-
๐ 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
Previous changes from v1.0.0
-
๐ 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