From 2af2c4f092aa7efffe839ec615c06d22cf43cc3b Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 16 Mar 2021 20:21:59 +0300 Subject: Add support for interactive builds --- bbot/types-parsers.hxx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'bbot/types-parsers.hxx') diff --git a/bbot/types-parsers.hxx b/bbot/types-parsers.hxx index 1657086..23fc95b 100644 --- a/bbot/types-parsers.hxx +++ b/bbot/types-parsers.hxx @@ -7,6 +7,8 @@ #ifndef BBOT_TYPES_PARSERS_HXX #define BBOT_TYPES_PARSERS_HXX +#include + #include namespace bbot @@ -38,6 +40,13 @@ namespace bbot static void parse (standard_version&, bool&, scanner&); }; + + template <> + struct parser + { + static void + parse (interactive_mode&, bool&, scanner&); + }; } } -- cgit v1.1