Bitsery v5.0.1 Release Notes

Release Date: 2019-08-21 // over 4 years ago
  • 🐛 Bug fixes

    • 🛠 fixed polymorphic handler deleter in PolymorphicContext, now it is captured by value and doesn't depend on lifetime of PolymorphicContext instance.
    • 🛠 fixed compilation errors in ext/utils/pointer_utils.h on macOS.
    • ⬇️ reduced warnings on Visual Studio (thanks to BotellaA)