aboutsummaryrefslogtreecommitdiff
path: root/build2/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility.hxx')
-rw-r--r--build2/utility.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/utility.hxx b/build2/utility.hxx
index 4ce3407..bb0eb8e 100644
--- a/build2/utility.hxx
+++ b/build2/utility.hxx
@@ -135,6 +135,11 @@ namespace build2
basic_path<char, K>
relative (const basic_path<char, K>&);
+ class path_target;
+
+ path
+ relative (const path_target&);
+
// In addition to calling relative(), this function also uses shorter
// notations such as '~/'. For directories the result includes the trailing
// slash. If the path is the same as base, returns "./" if current is true