From dfb1415d5eaf006ee45235f275d17f52d3db38e5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 18 May 2020 12:06:16 +0300 Subject: Add dump(ostream,script::lines) (partial implementation) --- libbuild2/script/script.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libbuild2/script/script.hxx') diff --git a/libbuild2/script/script.hxx b/libbuild2/script/script.hxx index 96c1343..f02583c 100644 --- a/libbuild2/script/script.hxx +++ b/libbuild2/script/script.hxx @@ -48,6 +48,9 @@ namespace build2 // using lines = small_vector; + void + dump (ostream&, const string& ind, const lines&); + // Parse object model. // -- cgit v1.1