aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.cxx')
-rw-r--r--build2/utility.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/build2/utility.cxx b/build2/utility.cxx
index 71aed79..8b772e0 100644
--- a/build2/utility.cxx
+++ b/build2/utility.cxx
@@ -144,14 +144,14 @@ namespace build2
const dir_path empty_dir_path;
void
- append_options (cstrings& args, const lookup<const value>& l)
+ append_options (cstrings& args, const lookup& l)
{
if (l)
append_options (args, cast<strings> (l));
}
void
- hash_options (sha256& csum, const lookup<const value>& l)
+ hash_options (sha256& csum, const lookup& l)
{
if (l)
hash_options (csum, cast<strings> (l));
@@ -177,7 +177,7 @@ namespace build2
}
bool
- find_option (const char* option, const lookup<const value>& l)
+ find_option (const char* option, const lookup& l)
{
if (l)
{