From e3e597180487328a54721e2afb95e33ed853d586 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 1 Feb 2017 16:36:24 +0200 Subject: Pass const scope& where modification should not happen --- build2/buildfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build2/buildfile') diff --git a/build2/buildfile b/build2/buildfile index 1ee7063..80d72a2 100644 --- a/build2/buildfile +++ b/build2/buildfile @@ -30,7 +30,7 @@ exe{b}: \ {hxx cxx}{ rule } \ {hxx }{ rule-map } \ {hxx txx cxx}{ scheduler } \ - {hxx cxx}{ scope } \ + {hxx ixx cxx}{ scope } \ {hxx cxx}{ search } \ {hxx cxx}{ spec } \ {hxx ixx txx cxx}{ target } \ -- cgit v1.1