Published July 19, 2020
| Version v3.5.0
Software
Open
ToruNiina/toml11: version 3.5.0
Authors/Creators
- 1. Kyoto Univ.
- 2. EPFL
- 3. @agenium-scale
- 4. blockparty
- 5. Nautilus Capital
Description
Added
- support conversion from toml array into
std::forward_list - cut out the need of default constructor when converting a toml value into a user-defined struct (#108)
- remove
TOML11_UNRELEASED_FEATURESbecause all of them are released in v1.0.0-rc1 - parse nanoseconds in date-time types (Scott McCaskill) (#117)
- accept
std::filesystem::pathin C++17 (#113) - add
TOML11_VERSION_(MAJOR|MINOR|PATCH)macros totoml.hpp(#114)
- fix "Finding a value in an array" example in README (@halfelf) (#119)
- fix MSVC warning C4866 (@maass-tv and @SeverinLeonhardt) (#121)
- workaround min/max macroes defined in windows.h (#123)
Files
ToruNiina/toml11-v3.5.0.zip
Files
(143.8 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:6bb494fca76c35b3482cda2b539ffb6e
|
143.8 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ToruNiina/toml11/tree/v3.5.0 (URL)