Skip to content

version 3.7.0

Compare
Choose a tag to compare
@ToruNiina ToruNiina released this 27 May 02:50
· 189 commits to master since this release

Added

  • add a macro TOML11_PRESERVE_COMMENTS_BY_DEFAULT
  • add find_or(value, key1, key2, ..., keyN, opt) (#156)
  • add a macro TOML11_DEFINE_CONVERSION_NON_INTRUSIVE (#139)

Fixed

  • show filename of an empty file in error messages (#161) (@founderio)
  • suppress warnings by -Wshadow (#158)
  • fix uneven spacing between tables (#152)

Changed

  • define precedence between conversion function and constructor in toml::get/find (#159)