github marzer/tomlplusplus v1.3.0

latest releases: v3.4.0, v3.3.0, v3.2.0...
5 years ago

Fixes:

  • fixed formatter::print_inline() causing compilation failures in DLL builds
  • fixed BOMs occasionally causing overflow/crash in char8 mode
  • fixed some spurious warnings in GCC 10
  • fixed clang static analyzer warning in BOM handling code

Additions:

  • added table_iterator::operator ->
  • added array::resize() and array::truncate()
  • added array::capacity(), array::shrink_to_fit(), array::max_size()
  • added non-const -> const conversion for table and array iterators

Changes:

  • renamed table iterator proxy pair members to first and second to match STL

Don't miss a new tomlplusplus release

NewReleases is sending notifications on new releases.