From 8187642ed2b619fc6dc6844f80d107c338c428a3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 18 Oct 2016 13:34:26 +0200 Subject: Remove support for expanded variable names in assignment Such cases will have to be handled with explicit set builtin. --- build2/test/script/token | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build2/test/script/token') 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 -- cgit v1.1