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 --- build2/b.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/b.cxx') diff --git a/build2/b.cxx b/build2/b.cxx index 486b44c..b7e534e 100644 --- a/build2/b.cxx +++ b/build2/b.cxx @@ -741,7 +741,7 @@ main (int argc, char* argv[]) } const path p (""); - const location l (&p, 0, 0); //@@ TODO + const location l (p, 0, 0); //@@ TODO meta_operation_id mid (0); // Not yet translated. const meta_operation_info* mif (nullptr); -- cgit v1.1