diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-02-03 14:57:03 +0200 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-02-13 13:20:22 +0300 |
commit | 78910e3cb0b9cc215e53142c28f8b9f52c30af60 (patch) | |
tree | 9bdbd94a8e01d059a7651ca5c478bc951eeac9d7 /butl/path | |
parent | 31e91691e815074ebdb49d258967e2b2a0bfc965 (diff) |
Implement path_match() and path_search()
Diffstat (limited to 'butl/path')
-rw-r--r-- | butl/path | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ namespace butl // p -= "*/"; // leaf // p -= ".*"; // base // - // - Faster normalize() implementation. In many cases (e.g., in buil2) + // - Faster normalize() implementation. In many cases (e.g., in build2) // the path is either already normal or the difference is just slashes // (i.e., there are no '.' or '..' components). So a fast path case // might be in order. |