There is a newer version of the record available.

Published January 24, 2020 | Version v3.3.0
Software Open

ToruNiina/toml11: version 3.3.0

Description

Added

  • add find<T>(value, "array", 1) (#79 )
  • enable find<UserDefined>(value, "user-defined") when UserDefined struct has a constructor from toml::value.
  • add toml::value::size() for array, table, and string values.
  • add toml::value::push_back(value), toml::value::emplace_back(Ts...) for array values.
  • add toml::value::count(key), toml::value::contains(key) for table values.
Fixed
  • suppress warnings related to some flags that are not turned on by -Wall and -Wextra
Misc
  • run LLVM address sanitizer and LLVM undefined behavior sanitizer on CI
  • add many other warning flags that are not turned on by -Wall and -Wextra on CI build
  • add -Werror on CI build

Files

ToruNiina/toml11-v3.3.0.zip

Files (137.1 kB)

Name Size Download all
md5:704d85aaa65f774475b2f7dcafe5a781
137.1 kB Preview Download

Additional details

Related works