diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-04 16:33:51 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-04 16:33:51 +0200 |
commit | 7eed858cac7e8ff78626bdc5d63a7f36ca8f8010 (patch) | |
tree | 225dd25e354c4f6234dbf2c02608ec6545dcd688 /build/path | |
parent | c76fe316122969986103d243706dc7fa7ab6ddc1 (diff) |
Move roots and bases to appropriate scopes
Diffstat (limited to 'build/path')
-rw-r--r-- | build/path | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |