From 398134d2b4d362f857de5d2c94942e919d0bc534 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 4 Dec 2017 12:41:32 +0200 Subject: Implement better cross-hinting between c-family modules --- build2/cc/init.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build2/cc/init.hxx') diff --git a/build2/cc/init.hxx b/build2/cc/init.hxx index 9eab424..38d8753 100644 --- a/build2/cc/init.hxx +++ b/build2/cc/init.hxx @@ -24,6 +24,15 @@ namespace build2 const variable_map&); bool + core_guess_init (scope&, + scope&, + const location&, + unique_ptr&, + bool, + bool, + const variable_map&); + + bool core_config_init (scope&, scope&, const location&, -- cgit v1.1