From bf497c1f7716e6d904245409bfe65cb8970fe4ae Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 26 Jul 2017 11:51:45 +0200 Subject: Implement module map storage in .d, use -fmodule-file-map in GCC --- build2/cc/compile.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/cc/compile.hxx') diff --git a/build2/cc/compile.hxx b/build2/cc/compile.hxx index 7bf182e..afd0cfc 100644 --- a/build2/cc/compile.hxx +++ b/build2/cc/compile.hxx @@ -115,7 +115,7 @@ namespace build2 module_positions search_modules (action, file&, lorder, const target_type&, - const file&, module_imports&&, sha256&) const; + const file&, module_imports&, sha256&) const; void append_modules (environment&, cstrings&, strings&, -- cgit v1.1