From d90ac405ae50f84a3cf4ba0b806cca1c89f81cff Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 26 Jul 2018 14:12:56 +0300 Subject: Make project variable to be of project_name type --- build2/file.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/file.hxx') diff --git a/build2/file.hxx b/build2/file.hxx index bb136cf..9f93365 100644 --- a/build2/file.hxx +++ b/build2/file.hxx @@ -19,7 +19,7 @@ namespace build2 class location; class prerequisite_key; - using subprojects = std::map; + using subprojects = std::map; ostream& operator<< (ostream&, const subprojects&); // Print as name@dir sequence. -- cgit v1.1