From 35e9273090109e5fb87fe65e3f1631ff6fc5fb3a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 20 Jul 2018 15:30:44 +0200 Subject: Add clarifying comment --- libbutl/path.mxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbutl/path.mxx') 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)) {} -- cgit v1.1