doc: update README

This commit is contained in:
ToruNiina
2019-06-16 21:44:59 +09:00
parent fd7da05798
commit 1b19d5f1eb

View File

@@ -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.