There is a newer version of the record available.

Published September 20, 2020 | Version v3.6.0

ToruNiina/toml11: version 3.6.0

  • 1. Kyoto Univ.

Description

Added
  • Supported u8"..."_toml literal 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 0 value (#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