Published April 28, 2019
| Version v2.3.0
Software
Open
ToruNiina/toml11: version 2.3.0
Authors/Creators
- 1. Kyoto Univ.
- 2. @agenium-scale
Description
- add
toml::value::as_*functions for convenience - enable to get comments related to a value
- support
std::string_viewif C++17 is enabled ## BREAKING - remove deprecated
toml::get_or(toml::value, toml::key, T default)- use
toml::find_or(value, key, defalt)instead toml::get_or<T>(value, default)is still available
- use
Files
ToruNiina/toml11-v2.3.0.zip
Files
(100.6 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:9b452b6a49ae5ca3687ae38fcff48d0b
|
100.6 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ToruNiina/toml11/tree/v2.3.0 (URL)