diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-24 10:50:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-05-28 10:10:44 +0200 |
commit | 726aaab07a785b904dd1265bffa603bdd2a7665b (patch) | |
tree | ec28756d501ef3411b02a10a24dde76535e6581c /libbuild2/variable.hxx | |
parent | e1f472e471533330db05a42d5bcd4e99b211da0c (diff) |
Tie loose ends in target type/pattern-specific matching
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 d40934c..a40da92 100644 --- a/libbuild2/variable.hxx +++ b/libbuild2/variable.hxx @@ -1784,7 +1784,7 @@ namespace build2 bool empty () const {return map_.empty ();} lookup - find (const target_type&, const string& tname, const variable&) const; + find (const target_key&, const variable&, optional<string>& name) const; // Prepend/append value cache. // |