Skip to content

version 2.3.0

Compare
Choose a tag to compare
@ToruNiina ToruNiina released this 28 Apr 08:08
· 816 commits to master since this release
  • add toml::value::as_* functions for convenience
  • enable to get comments related to a value
  • support std::string_view if C++17 is enabled

BREAKING

  • remove deprecated toml::get_or(toml::value, toml::key, T default)
    • use toml::find_or(value, key, defalt) instead
    • toml::get_or<T>(value, default) is still available