From 8b07d68462c5fec92fd5a4aab77ddfd425d1f8d0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 8 Jan 2018 12:46:10 +0200 Subject: Implement compiler_info caching --- build2/cc/guess.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/guess.hxx') diff --git a/build2/cc/guess.hxx b/build2/cc/guess.hxx index d6ca28d..8c291a9 100644 --- a/build2/cc/guess.hxx +++ b/build2/cc/guess.hxx @@ -202,7 +202,7 @@ namespace build2 // of fur in multiple places doesn't seem wise, especially considering // that most of it will be the same, at least for C and C++. // - compiler_info + const compiler_info& guess (lang, const path& xc, const strings* c_poptions, const strings* x_poptions, -- cgit v1.1