Bitsery v5.0.2 Release Notes

Release Date: 2020-01-17 // over 4 years ago
  • ๐Ÿ› Bug fixes

    • ๐Ÿ›  fixed a bug when deserializing non-default constructible containers (thanks to nicktrandafil).
    • ๐Ÿ›  fixed issue with a brace initialization in extension StdMap and StdSet. It was working on major compilers, but it wasn't C++11 compatible. More info about it in stackoverflow (thanks to BotellaA).

    Other notes

    • added [patches/centos7_gcc4.8.2.diff](patches/centos7_gcc4.8.2.diff) that allows to use bitsery with gcc4.8.2 on Centos7 (thanks to BotellaA). More information on patches is [here](patches/README.md).
    • โž• added documentation on how [extensions](doc/design/extensions.md) work.