aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/token
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-10-18 13:34:26 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-04 09:26:25 +0200
commit8187642ed2b619fc6dc6844f80d107c338c428a3 (patch)
tree6c5f5ca0eb50928f2532fdaa144167061c619912 /build2/test/script/token
parente9b052c520bbf98e060ac2ec4e1e482263038dec (diff)
Remove support for expanded variable names in assignment
Such cases will have to be handled with explicit set builtin.
Diffstat (limited to 'build2/test/script/token')
-rw-r--r--build2/test/script/token4
1 files changed, 3 insertions, 1 deletions
diff --git a/build2/test/script/token b/build2/test/script/token
index ac035f7..e952e00 100644
--- a/build2/test/script/token
+++ b/build2/test/script/token
@@ -38,7 +38,9 @@ namespace build2
out_document // <<
};
- using base_type::base_type;
+ token_type () = default;
+ token_type (value_type v): base_type (v) {}
+ token_type (base_type v): base_type (v) {}
};
void