From 7eed858cac7e8ff78626bdc5d63a7f36ca8f8010 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Mar 2015 16:33:51 +0200 Subject: Move roots and bases to appropriate scopes --- build/path | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'build/path') diff --git a/build/path b/build/path index 6ce2172..9b68485 100644 --- a/build/path +++ b/build/path @@ -287,6 +287,12 @@ namespace build basic_path directory (basic_path const&) const; + // Return the root directory of the path or empty path if + // the directory is not absolute. + // + basic_path + root_directory () const; + // Return the path without the extension, if any. // basic_path -- cgit v1.1