github marzer/tomlplusplus v1.3.3

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

Fixes:

  • fixed some minor TOML spec conformance bugs
  • fixed BOM check causing EOF on very short iostream inputs
  • fixed std::numeric_limits::max() getting broken by macros in some environments
  • fixed 'unknown pragma' warning spam in older versions of GCC
  • fixed a few minor documentation issues

Additions:

  • added rvalue overload of array::flatten
  • added conformance tests from BurntSushi/toml-test and iarna/toml-spec-tests
  • added toml::inserter as a workaround for nested construction of single-element toml::arrays performing move-construction instead
  • added license boilerplate to test files

Changes:

  • refactored the parser to reduce binary size

Don't miss a new tomlplusplus release

NewReleases is sending notifications on new releases.