Skip to content

v3.2.0

Compare
Choose a tag to compare
@marzer marzer released this 29 Aug 21:04
· 46 commits to master since this release

Fixes:

  • fixed [dotted.table] source columns sometimes being off by one (#152) (@vaartis)
  • fixed spurious Wnull-dereference warning on GCC (#164) (@zaporozhets)
  • fixed print_to_stream ambiguity for size_t (#167) (@acronce)

Additions:

  • added value type deduction to emplace() methods
  • added toml::path utility type (#153, #156, #168) (@jonestristand, @kcsaul)
  • added config option TOML_CALLCONV
  • added missing relational operators for source_position

Changes:

  • relaxed cvref requirements of is_homogeneous(), emplace(), emplace_back(), emplace_hint()
  • relaxed mantissa and digits10 requirements of extended float support