aboutsummaryrefslogtreecommitdiff
path: root/build2/algorithm.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/algorithm.hxx')
-rw-r--r--build2/algorithm.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/algorithm.hxx b/build2/algorithm.hxx
index dbc7d9b..ff70b21 100644
--- a/build2/algorithm.hxx
+++ b/build2/algorithm.hxx
@@ -29,6 +29,11 @@ namespace build2
const target*
search_existing (const prerequisite&);
+ // As above but cache a target searched in a custom way.
+ //
+ const target&
+ search_custom (const prerequisite&, const target&);
+
// As above but specify the prerequisite to search as a key.
//
const target&