dynamic_bitset v1.1.0 Release Notes

Release Date: 2020-08-11 // over 3 years ago
  • ๐Ÿ‘Œ Improvements

    • dynamic_bitset.hpp is now in the sul subfolder, use #include <sul/dynamic_bitset.hpp> to use sul::dynamic_bitset
    • New sul::dynamic_bitset version defines (SUL_DYNAMIC_BITSET_VERSION_MAJOR / SUL_DYNAMIC_BITSET_VERSION_MINOR / SUL_DYNAMIC_BITSET_VERSION_PATCH)

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