github eliaskosunen/scnlib v0.3
0.3

latest releases: v4.0.1, v4.0.0, v3.0.2...
pre-release6 years ago

Largely a bugfix release

Changes

  • Remove support for partial successes
    • If the reading of any of the arguments given to scan fail, the whole function fails
    • read-field removed from result
  • Overhaul list scanning
    • Add scan_list

Fixes

  • Fix issues with std::string_view and MSVC debug iterators (#11, #14, #18, #20)
  • Fix some issues with scanning customized types (#15)
  • Add missing support for custom-allocator std::strings (#16)
  • Fix erroneous git command in README (#13)
  • Fix README example
  • Fix erroneous usage of library feature test macros

Thanks to @nanoric and @SuperWig for bug reports!

Removals

  • Remove support for non-std::char_traits std::strings
  • Remove support for clang 3.6

Don't miss a new scnlib release

NewReleases is sending notifications on new releases.