Bitsery v4.0.1 Release Notes

Release Date: 2017-10-18 // over 6 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘Œ improved usage with Visual Studio:
      • improved CMake.
      • Visual Studio doesn't properly support expression SFINAE using std::void_t, so it was rewritten.
    • refactorings to remove compiler warnings when using -Wextra -Wno-missing-braces -Wpedantic -Weffc++
    • added assertion when session is empty (sessions is created via growable extension).
    • stream adapter manually setstate to std::ios_base::eofbit when unable to read required bytes.