From 977d07a3ae47ef204665d1eda2d642e5064724f3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 24 Jun 2019 12:01:19 +0200 Subject: Split build system into library and driver --- build2/test/script/parser.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'build2/test/script/parser.cxx') diff --git a/build2/test/script/parser.cxx b/build2/test/script/parser.cxx index 2ae0b05..59b950f 100644 --- a/build2/test/script/parser.cxx +++ b/build2/test/script/parser.cxx @@ -6,7 +6,7 @@ #include -#include // sched, keep_going +#include // sched, keep_going #include #include @@ -3013,7 +3013,9 @@ namespace build2 // If the scope was executed synchronously, check the status // and bail out if we weren't asked to keep going. // - const diag_frame* df (diag_frame::stack); // UBSan workaround. + // UBSan workaround. + // + const diag_frame* df (diag_frame::stack ()); if (!sched.async (task_count, [] (const diag_frame* ds, scope& s, -- cgit v1.1