From 7d087ef2a8ab70b5a2ca3f42bc66da68f1a76b40 Mon Sep 17 00:00:00 2001 From: ToruNiina Date: Thu, 20 Jun 2019 15:22:20 +0900 Subject: [PATCH] doc: update README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 6417f50..9748bf4 100644 --- a/README.md +++ b/README.md @@ -704,10 +704,6 @@ toml::integer opt = 42; toml::integer& i = toml::get_or(v, opt); // this works. ``` -There is also a function `find_or`, but there is a known issue around overload -resolution. To use it, passing a `toml::value`, not a `toml::table`, is strongly -recommended. - ## Expecting conversion By using `toml::expect`, you will get your expected value or an error message