diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-02-09 13:07:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-02-09 13:07:05 +0200 |
commit | 1a55c0d6ec9b1cd9f78de82ed068224cac4e6cb2 (patch) | |
tree | d7d9cd6da1e94755dd522556becf3155b292ea5d /libbuild2/variable.hxx | |
parent | f59065dd443f43b8e99931c001e03283c20e9c63 (diff) |
Minor simplification
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r-- | libbuild2/variable.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/variable.hxx b/libbuild2/variable.hxx index 2d85af3..898648c 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1596,7 +1596,7 @@ namespace build2 // will be NULL) was actually inserted. Similar to find(), if typed is // false, leave the value untyped even if the variable is. // - pair<reference_wrapper<value>, bool> + pair<value&, bool> insert (const variable&, bool typed = true); pair<const_iterator, const_iterator> |