From a5bf818ebb55e4e27eb0f067664fd4db70284267 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 8 May 2020 06:34:13 +0200 Subject: Initial support for parsing and dumping recipes --- libbuild2/test/script/parser.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbuild2/test/script') diff --git a/libbuild2/test/script/parser.cxx b/libbuild2/test/script/parser.cxx index 06cefc7..86a73f1 100644 --- a/libbuild2/test/script/parser.cxx +++ b/libbuild2/test/script/parser.cxx @@ -2292,7 +2292,7 @@ namespace build2 // testscript:2:5: info: while parsing string '1>&a' // auto df = make_diag_frame ( - [s, &l](const diag_record& dr) + [this, s, &l](const diag_record& dr) { dr << info (l) << "while parsing string '" << s << "'"; }); -- cgit v1.1