Published January 24, 2020
| Version v3.3.0
Software
Open
ToruNiina/toml11: version 3.3.0
Authors/Creators
- 1. Kyoto Univ.
- 2. EPFL
- 3. blockparty
- 4. @agenium-scale
Description
Added
- add
find<T>(value, "array", 1)(#79 ) - enable
find<UserDefined>(value, "user-defined")whenUserDefinedstruct has a constructor fromtoml::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.
- suppress warnings related to some flags that are not turned on by
-Walland-Wextra
- run LLVM address sanitizer and LLVM undefined behavior sanitizer on CI
- add many other warning flags that are not turned on by
-Walland-Wextraon CI build - add
-Werroron 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
- Is supplement to
- https://github.com/ToruNiina/toml11/tree/v3.3.0 (URL)