diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-20 15:30:44 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-20 15:30:44 +0200 |
commit | 35e9273090109e5fb87fe65e3f1631ff6fc5fb3a (patch) | |
tree | 87d3f3761fbf486bdfaae825993f855b87d3b4f3 | |
parent | ee7025cc315e64c043b6a72116b83478f33d7aa9 (diff) |
Add clarifying comment
-rw-r--r-- | libbutl/path.mxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libbutl/path.mxx b/libbutl/path.mxx index c3bb42d..2ad3c6a 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -619,7 +619,8 @@ LIBBUTL_MODEXPORT namespace butl // Constructors that initialize a path from a string argument throw the // invalid_path exception if the string is not a valid path (e.g., uses - // unsupported path notations on Windows). + // unsupported path notations on Windows). Note that an empty string + // initializes an empty path. // explicit basic_path (C const* s): base_type (K::init (s)) {} |