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/in/rule.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libbuild2/in') diff --git a/libbuild2/in/rule.cxx b/libbuild2/in/rule.cxx index de7ad88..593fb6d 100644 --- a/libbuild2/in/rule.cxx +++ b/libbuild2/in/rule.cxx @@ -221,7 +221,7 @@ namespace build2 // can be overriden with custom substitution semantics. // optional v ( - substitute (location (&ip, ln), a, t, n, strict)); + substitute (location (ip, ln), a, t, n, strict)); assert (v); // Rule semantics change without version increment? @@ -302,7 +302,7 @@ namespace build2 // Not tracking column for now (see also depdb above). // - const location l (&ip, ln); + const location l (ip, ln); // Scan the line looking for substiutions in the $$ form. In // the strict mode treat $$ as an escape sequence. -- cgit v1.1