From 4c7cbb6745b6d170bbdc7d2d9fbb47010278161d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 12 Sep 2020 14:34:47 +0300 Subject: Regenerate options parsing code --- odb/options.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/odb/options.cxx b/odb/options.cxx index ec6cd7f..a6dd710 100644 --- a/odb/options.cxx +++ b/odb/options.cxx @@ -556,11 +556,11 @@ namespace cli } }; - 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; @@ -570,11 +570,11 @@ namespace cli } }; - 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