Published September 20, 2020
| Version v3.6.0
Software
Open
ToruNiina/toml11: version 3.6.0
Description
Added
- Supported
u8"..."_tomlliteral in C++20 mode (#104). - Allow comments before comma according to the clarification (ABNF change) in the TOML spec. ## Changed
- Improved the error message for the case of invalid key format.
- Removed templates from internal implementation and it brings ~20% speedup for compilation without runtime speed loss.
- Made testing optional in the CMakeLists (@MoAlyousef) (#130). ## Fixed
- Fixed the case when the file does not have line feed at the end of the file but
0value (#128). - Fixed include path in the sample code (@kenichiice) (#127).
Files
ToruNiina/toml11-v3.6.0.zip
Files
(145.4 kB)
| Name | Size | Download all |
|---|---|---|
|
md5:e6685f912cb051baa94a40728a82959e
|
145.4 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/ToruNiina/toml11/tree/v3.6.0 (URL)