From f3e193b2651b2589daecaf181b96c5622acc51e9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 16 Jun 2017 14:57:47 +0200 Subject: Clean up module-related diagnostics --- build2/utility.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'build2/utility.hxx') 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 relative (const basic_path&); + 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 -- cgit v1.1