From 460eb164f0051cf0ffab6860220649c4f03c74fb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 15 Nov 2019 13:27:23 +0300 Subject: Use path_name_view in location and path_name_value in location_value --- libbuild2/dist/operation.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libbuild2/dist') diff --git a/libbuild2/dist/operation.cxx b/libbuild2/dist/operation.cxx index eb7cce1..12ae464 100644 --- a/libbuild2/dist/operation.cxx +++ b/libbuild2/dist/operation.cxx @@ -144,7 +144,8 @@ namespace build2 // since the meta operation is dist and we know what we are doing. // values params; - const location loc (path_name ("")); // Dummy location. + path_name pn (""); + const location loc (pn); // Dummy location. const operations& ops (rs->root_extra->operations); -- cgit v1.1