diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 13:53:28 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-24 13:53:28 +0200 |
commit | e815af118562c68794efbd310c887acd8eae800c (patch) | |
tree | cedd8745cce259693c038c309d663a682c982e98 /build/context | |
parent | 4f52c4ed65883dacef32587cf066fbb1182c6628 (diff) |
First take on the cli module plus necessary infrastructure
Diffstat (limited to 'build/context')
-rw-r--r-- | build/context | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/context b/build/context index dc865d2..44948ec 100644 --- a/build/context +++ b/build/context @@ -97,7 +97,8 @@ namespace build // If possible and beneficial, translate an absolute, normalized path // into relative to the relative_base directory, which is normally - // work. + // work. Note that if the passed path is the same as relative_base, + // then this function returns empty path. // template <typename K> basic_path<char, K> |