From a5a12af675e5db81d2b36b7d879949e896ae4746 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 16 Jan 2018 09:35:25 +0200 Subject: Remove unnecessary qualification --- build2/utility.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/utility.hxx') diff --git a/build2/utility.hxx b/build2/utility.hxx index 6325780..ea47c03 100644 --- a/build2/utility.hxx +++ b/build2/utility.hxx @@ -399,7 +399,7 @@ namespace build2 // Empty string and path. // - extern const std::string empty_string; + extern const string empty_string; extern const path empty_path; extern const dir_path empty_dir_path; -- cgit v1.1