From e1d2e3b63934c1e193429f1d6c4e04abc0e85d56 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Feb 2015 15:40:29 +0200 Subject: Support for scope parents, initial variable support --- build/algorithm.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/algorithm.cxx') diff --git a/build/algorithm.cxx b/build/algorithm.cxx index d418cda..16bc1bc 100644 --- a/build/algorithm.cxx +++ b/build/algorithm.cxx @@ -47,7 +47,7 @@ namespace build const auto& rules (i->second); // Hint map. string hint; // @@ TODO - auto rs (rules.find (hint)); + auto rs (rules.find_prefix (hint)); for (auto i (rs.first); i != rs.second; ++i) { -- cgit v1.1