aboutsummaryrefslogtreecommitdiff
path: root/build2/scope
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-04-04 13:06:50 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-04-04 13:06:50 +0200
commit5c369faa461ec4416d2d4b231a5b36963a7315ce (patch)
treefc1b550870a29f0a03e258a76f16496ac69ec35c /build2/scope
parent0e486cd3642da8a442629ffce9a3daf16745c35e (diff)
Implement value typing, null support via value attributes
For example: v = [null] v = [string] abc v += ABC # abcABC
Diffstat (limited to 'build2/scope')
-rw-r--r--build2/scope2
1 files changed, 1 insertions, 1 deletions
diff --git a/build2/scope b/build2/scope
index 0e1bae5..566466a 100644
--- a/build2/scope
+++ b/build2/scope
@@ -141,7 +141,7 @@ namespace build2
pair<lookup, size_t>
find_original (
const variable&,
- const target_type* tt, const string* tn,
+ const target_type* tt = nullptr, const string* tn = nullptr,
const target_type* gt = nullptr, const string* gn = nullptr) const;
pair<lookup, size_t>