From 47bf5cd6a167730ee06a1c7cffeae6540f67dde0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 14 Aug 2015 15:48:34 +0200 Subject: Rework meta/operation registration We now have global tables for meta/operation. Plus each can then be enabled on the per-project basis. --- build/scope | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/scope') diff --git a/build/scope b/build/scope index 9fb8061..6edb43a 100644 --- a/build/scope +++ b/build/scope @@ -116,8 +116,8 @@ namespace build // Meta/operations supported by this project (set on the root // scope only). // - meta_operation_table meta_operations; - operation_table operations; + build::meta_operations meta_operations; + build::operations operations; typedef build::path path_type; -- cgit v1.1