diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-15 11:03:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-01-15 11:03:06 +0200 |
commit | df50091259a34fa4718f38c0e3b7b64f6e2469ac (patch) | |
tree | 2d3172068f9ea1f4ecc6599192c42ac4172d9cfc /build/rule.cxx | |
parent | c59ce78f409db8bb53042380903c8ece8b8fbd28 (diff) |
Implement rule ambiguity detection
Also establish the infrastructure for rule hinting
Diffstat (limited to 'build/rule.cxx')
-rw-r--r-- | build/rule.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rule.cxx b/build/rule.cxx index b1730e1..c116538 100644 --- a/build/rule.cxx +++ b/build/rule.cxx @@ -15,7 +15,7 @@ namespace build // default_path_rule // recipe default_path_rule:: - match (target& t) const + match (target& t, bool, std::string&) const { // @@ TODO: // |