Download Latest Version v3.4.0 source code.zip (1.4 MB)
Email in envelope

Get an email when there's a new version of toml++

Home / v3.3.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-01-29 894 Bytes
v3.3.0 source code.tar.gz 2023-01-29 1.3 MB
v3.3.0 source code.zip 2023-01-29 1.4 MB
Totals: 3 Items   2.7 MB 0

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:

  • re-wrote the meson scripts to fix a number of issues (#185, [#186]) (@Tachi107, @benthetechguy)
  • increased the minimum required meson version to 0.61.0
Source: README.md, updated 2023-01-29