From 7a458f210f296cb3cc1551a4606f0cf025003f3a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 May 2023 13:05:27 +0200 Subject: Add --dump-scope and --dump-target options to limit --dump output --- libbuild2/types-parsers.hxx | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libbuild2/types-parsers.hxx') diff --git a/libbuild2/types-parsers.hxx b/libbuild2/types-parsers.hxx index ebd2a02..42fc60d 100644 --- a/libbuild2/types-parsers.hxx +++ b/libbuild2/types-parsers.hxx @@ -54,6 +54,17 @@ namespace build2 }; template <> + struct parser>> + { + static void + parse (pair>&, bool&, scanner&); + + static void + merge (pair>& b, + const pair>& a) {b = a;} + }; + + template <> struct parser { static void -- cgit v1.1