aboutsummaryrefslogtreecommitdiff
path: root/build2
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-11-15 13:27:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-11-15 21:18:42 +0300
commit460eb164f0051cf0ffab6860220649c4f03c74fb (patch)
tree517455df26047c70429679c7bed790098cb39c4e /build2
parent678345c5a96f14d05a56bce8a68bdd45dfe1d172 (diff)
Use path_name_view in location and path_name_value in location_value
Diffstat (limited to 'build2')
-rw-r--r--build2/b.cxx2
1 files changed, 1 insertions, 1 deletions
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 ("<buildspec>");
- 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);