github ToruNiina/toml11 v3.6.0
version 3.6.0

latest releases: v3.8.1, v3.8.0, v3.7.1...
3 years ago

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).

Don't miss a new toml11 release

NewReleases is sending notifications on new releases.