diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-09-01 13:17:01 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-09-01 13:17:01 +0200 |
commit | 714142573cf18650dca8c41a47ef70c005f53e4b (patch) | |
tree | 10df3eb6f589daf13ed617ffedc7971d3d1f248b /libbuild2/functions-path.cxx | |
parent | 3ed41628d7db8eeb3b797949053c15b84679c8f9 (diff) |
Add TODO comment
Diffstat (limited to 'libbuild2/functions-path.cxx')
-rw-r--r-- | libbuild2/functions-path.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbuild2/functions-path.cxx b/libbuild2/functions-path.cxx index d24cc13..2d5fad4 100644 --- a/libbuild2/functions-path.cxx +++ b/libbuild2/functions-path.cxx @@ -184,6 +184,8 @@ namespace build2 // canonicalize // + // @@ TODO: add ability to specify alternative separator. + // f["canonicalize"] = [](path p) {p.canonicalize (); return p;}; f["canonicalize"] = [](dir_path p) {p.canonicalize (); return p;}; |