aboutsummaryrefslogtreecommitdiff
path: root/build2/utility
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-03-28 09:14:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-03-28 16:03:35 +0200
commit3ce44330cca9dbc4314feebb27403ebc3175b6c2 (patch)
tree8c1f27442f3b2dafaec3ba50baaca3d5fd63dca7 /build2/utility
parent9d0d078ff297138622cd2f3f1076f5984395e42b (diff)
New variable architecture
Diffstat (limited to 'build2/utility')
-rw-r--r--build2/utility6
1 files changed, 2 insertions, 4 deletions
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 <typename> struct lookup;
- template <typename, typename> struct vector_value;
- using const_strings_value = vector_value<string, const names>;
void
append_options (cstrings&, const lookup<const value>&);
@@ -160,10 +158,10 @@ namespace build2
hash_options (sha256&, const lookup<const value>&);
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.