aboutsummaryrefslogtreecommitdiff
path: root/build2/utility
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility')
-rw-r--r--build2/utility8
1 files changed, 4 insertions, 4 deletions
diff --git a/build2/utility b/build2/utility
index e906b55..e433b5a 100644
--- a/build2/utility
+++ b/build2/utility
@@ -149,13 +149,13 @@ namespace build2
// As above but from the strings value directly.
//
class value;
- template <typename> struct lookup;
+ struct lookup;
void
- append_options (cstrings&, const lookup<const value>&);
+ append_options (cstrings&, const lookup&);
void
- hash_options (sha256&, const lookup<const value>&);
+ hash_options (sha256&, const lookup&);
void
append_options (cstrings&, const strings&);
@@ -171,7 +171,7 @@ namespace build2
find_option (const char* option, T&, const char* variable);
bool
- find_option (const char* option, const lookup<const value>&);
+ find_option (const char* option, const lookup&);
// Parse version string in the X.Y.Z[-{a|b}N] to a version integer in the
// AABBCCDD form, where: