There is a newer version of the record available.

Published July 19, 2020 | Version v3.5.0
Software Open

ToruNiina/toml11: version 3.5.0

Description

Added
  • support conversion from toml array into std::forward_list
  • cut out the need of default constructor when converting a toml value into a user-defined struct (#108)
  • remove TOML11_UNRELEASED_FEATURES because all of them are released in v1.0.0-rc1
  • parse nanoseconds in date-time types (Scott McCaskill) (#117)
  • accept std::filesystem::path in C++17 (#113)
  • add TOML11_VERSION_(MAJOR|MINOR|PATCH) macros to toml.hpp (#114)
Fixed
  • fix "Finding a value in an array" example in README (@halfelf) (#119)
  • fix MSVC warning C4866 (@maass-tv and @SeverinLeonhardt) (#121)
  • workaround min/max macroes defined in windows.h (#123)

Files

ToruNiina/toml11-v3.5.0.zip

Files (143.8 kB)

Name Size Download all
md5:6bb494fca76c35b3482cda2b539ffb6e
143.8 kB Preview Download

Additional details

Related works