From 3ce44330cca9dbc4314feebb27403ebc3175b6c2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 28 Mar 2016 09:14:31 +0200 Subject: New variable architecture --- build2/utility | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build2/utility') diff --git a/build2/utility b/build2/utility index a3f9be4..e906b55 100644 --- a/build2/utility +++ b/build2/utility @@ -150,8 +150,6 @@ namespace build2 // class value; template struct lookup; - template struct vector_value; - using const_strings_value = vector_value; void append_options (cstrings&, const lookup&); @@ -160,10 +158,10 @@ namespace build2 hash_options (sha256&, const lookup&); void - append_options (cstrings&, const const_strings_value&); + append_options (cstrings&, const strings&); void - hash_options (sha256&, const const_strings_value&); + hash_options (sha256&, const strings&); // Check if a specified option is present in the variable value. // T is either target or scope. -- cgit v1.1