From 9891b20350021ce41a950645dd76df20a45c92cc Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 2 Dec 2015 11:37:15 +0200 Subject: Implement optional module loading The syntax is: using? cli Now each module use results in two bool variables: .loaded and .configured. Also implement variable visibility (the above two variables are limited to project). --- build/variable.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/variable.cxx') diff --git a/build/variable.cxx b/build/variable.cxx index 753e3d3..4386c6a 100644 --- a/build/variable.cxx +++ b/build/variable.cxx @@ -341,7 +341,7 @@ namespace build // variable_set // - variable_set variable_pool; + variable_pool var_pool; // variable_type_map // -- cgit v1.1