aboutsummaryrefslogtreecommitdiff
path: root/libbutl/path.mxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-07-20 15:30:44 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-07-20 15:30:44 +0200
commit35e9273090109e5fb87fe65e3f1631ff6fc5fb3a (patch)
tree87d3f3761fbf486bdfaae825993f855b87d3b4f3 /libbutl/path.mxx
parentee7025cc315e64c043b6a72116b83478f33d7aa9 (diff)
Add clarifying comment
Diffstat (limited to 'libbutl/path.mxx')
-rw-r--r--libbutl/path.mxx3
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)) {}