mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 17:43:51 +08:00
doc: update README
This commit is contained in:
@@ -498,8 +498,8 @@ const toml::value& subtable = toml::find(table, "subtable");
|
|||||||
|
|
||||||
__NOTE__:
|
__NOTE__:
|
||||||
A new feature, recursive toml::find was planned to be introduced, but it was
|
A new feature, recursive toml::find was planned to be introduced, but it was
|
||||||
found that the change breaks a code that previously worked fine. So the change
|
found that the change breaks a code that was previously compiled fine. So the
|
||||||
was reverted.
|
change was reverted.
|
||||||
The reason is that the overload resolution was ambiguous. To support this,
|
The reason is that the overload resolution was ambiguous. To support this,
|
||||||
in the next major update, overloads of `toml::find` for `toml::table` possibly
|
in the next major update, overloads of `toml::find` for `toml::table` possibly
|
||||||
be removed.
|
be removed.
|
||||||
|
Reference in New Issue
Block a user