From 9400ddfc949025abddb04344624fba3945562d33 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 7 Mar 2019 14:30:28 +0200 Subject: Move bunch of root scope-only data members to root_extra --- build2/test/init.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build2/test') diff --git a/build2/test/init.cxx b/build2/test/init.cxx index 9f63781..aa2533a 100644 --- a/build2/test/init.cxx +++ b/build2/test/init.cxx @@ -31,8 +31,8 @@ namespace build2 // Register our operations. // - rs.operations.insert (test_id, op_test); - rs.operations.insert (update_for_test_id, op_update_for_test); + rs.insert_operation (test_id, op_test); + rs.insert_operation (update_for_test_id, op_update_for_test); // Enter module variables. Do it during boot in case they get assigned // in bootstrap.build. -- cgit v1.1