There is a newer version of the record available.

Published October 4, 2019 | Version v3.1.0
Software Open

ToruNiina/toml11: version 3.1.0

Description

Added
  • support unreleased toml feature (with TOML11_USE_UNRELEASED_TOML_FEATURES)
    • Leading zeroes in exponent parts of floats are permitted.
    • Allow raw tab characters in basic strings and multi-line basic strings.
  • add utility accessor function toml::value::at
    • val.as_table().at("key") -> val.at("key")
    • val.as_array().at(0) -> val.at(0)
Fixed
  • Fix example code in README.md (@jcmoyer )
  • Fix conversion requirements
  • Warnings about rvalue references in clang

Files

ToruNiina/toml11-v3.1.0.zip

Files (128.9 kB)

Name Size Download all
md5:b4a22e2f3638702175a1b57e34d3963d
128.9 kB Preview Download

Additional details

Related works