Skip to content

v3.3.0

Compare
Choose a tag to compare
@marzer marzer released this 29 Jan 16:34
· 29 commits to master since this release

Fixes:

  • fixed null pointer dereference in parser when exceptions are disabled (#169) (@ncaklovic)
  • fixed spurious warnings in MSVC 19.34
  • fixed toml::parse_file() on windows for non-ASCII paths
  • fixed a spurious table redefinition error (#187) (@jorisvr)
  • fixed UB edge-case in integer parsing (#188) (@jorisvr)
  • fixed some build issues with Apple-flavoured Clang (#189) (@eddelbuettel)

Additions:

  • added toml::format_flags::terse_key_value_pairs
  • added TOML_ENABLE_FLOAT16 config (#178) (@Scrumplex)

Removals:

  • removed automatic detection of _Float16 (you must explicitly set TOML_ENABLE_FLOAT16 to enable it) (#186) (@benthetechguy)

Build system: