From b11aaa16d404ce7dc55de6b7338dccbf053a72bd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jul 2016 07:17:29 +0200 Subject: Adjust to new path implementation, use to support reversibility --- build2/types | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'build2/types') diff --git a/build2/types b/build2/types index fcfdcef..5409c60 100644 --- a/build2/types +++ b/build2/types @@ -96,21 +96,18 @@ namespace build2 using dir_path::dir_path; explicit - abs_dir_path (dir_path d): dir_path (std::move (d).string (), false) {} + abs_dir_path (dir_path d): dir_path (std::move (d)) {} abs_dir_path () = default; }; using paths = std::vector; using dir_paths = std::vector; - // Custom path printing (implemented in utility.cxx). + // Path printing with trailing slash for directories (utility.cxx). // ostream& operator<< (ostream&, const path&); - ostream& - operator<< (ostream&, const dir_path&); - // // using butl::system_clock; -- cgit v1.1