- 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
- use