From 1b19d5f1eb69a91a00ff02bb1f7a6f368d3d4e62 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Sun, 16 Jun 2019 21:44:59 +0900 Subject: [PATCH] doc: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6133e5..5072dc9 100644 --- a/README.md +++ b/README.md @@ -498,8 +498,8 @@ const toml::value& subtable = toml::find(table, "subtable"); __NOTE__: 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 -was reverted. +found that the change breaks a code that was previously compiled fine. So the +change was reverted. 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 be removed.