From 5d513688ae07d96910dd1eef83bdad4e9d780373 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 22 Apr 2021 21:57:13 +0300 Subject: Add support for linked configurations --- bpkg/types-parsers.hxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'bpkg/types-parsers.hxx') diff --git a/bpkg/types-parsers.hxx b/bpkg/types-parsers.hxx index 38b7cee..d687156 100644 --- a/bpkg/types-parsers.hxx +++ b/bpkg/types-parsers.hxx @@ -49,6 +49,16 @@ namespace bpkg }; template <> + struct parser + { + static void + parse (uuid&, bool&, scanner&); + + static void + merge (uuid& b, const uuid& a) {b = a;} + }; + + template <> struct parser { static void -- cgit v1.1