Published March 21, 2019
| Version v2.2.0
Software
Open
ToruNiina/toml11: version 2.2.0
Description
- support conversion into/from arbitrary types
- add
""_tomlliteral - add
find_or - fix
toml::formatfor table not to make top-level table inline - fix format of duplicate sign in timezone
- fix add missing const specifier to a overload of
get - fix overload resolution and type deduction of
get_or - consider invalid utf-8 sequences as a syntax error
- remove deprecated
to_toml - mark
get_or(table, key, fallback)deprecated becausefind_oris more clearget_or(value, fallback)is not deprecated
Files
ToruNiina/toml11-v2.2.0.zip
Files
(95.1 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:5688dbb8a5cff09f197233faac8558dc
|
95.1 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ToruNiina/toml11/tree/v2.2.0 (URL)