Published February 15, 2025 | Version v4.4.0
Software Open

ToruNiina/toml11: version 4.4.0

Description

Added

  • Add toml::find_or_default() (#280) (by Ken Matsui @ken-matsui)
  • Add erase to ordered_map (#282) (#283) (by Sunlight @SunPodder)
  • Add bool basic_value::accessed() const to detect whether the value has been accessed
    • enabled only if TOML11_ENABLE_ACCESS_CHECK is defined
  • Add compare operators to toml::spec

Fixed

  • Use is_void<T> instead of is_same<T, void> (#281) (by Ken Matsui @ken-matsui)

Changed

  • Improve toml::parse performance by 2x
  • Stop using deprecated Ubuntu 20 image on GitHub Actions

Files

ToruNiina/toml11-v4.4.0.zip

Files (474.4 kB)

Name Size Download all
md5:a32d0dc23bd0822bf2f261c8d8713f0b
474.4 kB Preview Download

Additional details

Related works

Is supplement to
Software: https://github.com/ToruNiina/toml11/tree/v4.4.0 (URL)

Software