From 3fb35dc4bd8949880e5e6c6cb4825442c7d78b7b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 12 Sep 2020 14:29:45 +0300 Subject: Regenerate options parsing code --- libbuild2/script/builtin-options.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'libbuild2/script/builtin-options.cxx') diff --git a/libbuild2/script/builtin-options.cxx b/libbuild2/script/builtin-options.cxx index bedbe64..abf325f 100644 --- a/libbuild2/script/builtin-options.cxx +++ b/libbuild2/script/builtin-options.cxx @@ -275,11 +275,11 @@ namespace build2 } }; - template - struct parser > + template + struct parser > { static void - parse (std::set& c, bool& xs, scanner& s) + parse (std::set& c, bool& xs, scanner& s) { X x; bool dummy; @@ -289,11 +289,11 @@ namespace build2 } }; - template - struct parser > + template + struct parser > { static void - parse (std::map& m, bool& xs, scanner& s) + parse (std::map& m, bool& xs, scanner& s) { const char* o (s.next ()); -- cgit v1.1