Published October 4, 2019
| Version v3.1.0
Software
Open
ToruNiina/toml11: version 3.1.0
Authors/Creators
- 1. Kyoto Univ.
- 2. @agenium-scale
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::atval.as_table().at("key")->val.at("key")val.as_array().at(0)->val.at(0)
- 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
- Is supplement to
- https://github.com/ToruNiina/toml11/tree/v3.1.0 (URL)