From 7eed858cac7e8ff78626bdc5d63a7f36ca8f8010 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Mar 2015 16:33:51 +0200 Subject: Move roots and bases to appropriate scopes --- build/utility.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/utility.cxx') diff --git a/build/utility.cxx b/build/utility.cxx index cd92740..c66fba2 100644 --- a/build/utility.cxx +++ b/build/utility.cxx @@ -8,6 +8,9 @@ using namespace std; namespace build { + const string empty_string; + const path empty_path; + bool exception_unwinding_dtor = false; string_pool extension_pool; -- cgit v1.1