From 450c5c09ed7898a800bf5c9328799a43aba78e48 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 30 Jan 2017 15:37:10 +0200 Subject: Add global flag to variable_map --- build2/scope.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/scope.cxx') diff --git a/build2/scope.cxx b/build2/scope.cxx index 8d0841b..9514817 100644 --- a/build2/scope.cxx +++ b/build2/scope.cxx @@ -701,7 +701,7 @@ namespace build2 { scope_map_base& m (*this); - auto er (m.emplace (k, scope ())); + auto er (m.emplace (k, scope (true))); // Global. scope& s (er.first->second); // If this is a new scope, update the parent chain. -- cgit v1.1