aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/variable.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-02-09 13:07:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-02-09 13:07:05 +0200
commit1a55c0d6ec9b1cd9f78de82ed068224cac4e6cb2 (patch)
treed7d9cd6da1e94755dd522556becf3155b292ea5d /libbuild2/variable.hxx
parentf59065dd443f43b8e99931c001e03283c20e9c63 (diff)
Minor simplification
Diffstat (limited to 'libbuild2/variable.hxx')
-rw-r--r--libbuild2/variable.hxx2
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>