aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)) {}