commit | 812ee28f3d1ccbb5f978496fe4cd0e4169cdf639 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubervac@fit.cvut.cz> | Thu Aug 30 17:10:03 2018 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Tue Sep 04 16:30:09 2018 +0200 |
tree | 9912ed493f67b3cb86a0fd226fb69bec9e0c1feb | |
parent | c89736b329fb2fc1d4fbcf0f9d660bbc8a6b0fb5 [diff] [blame] |
Add commit command Change-Id: If8ff0ec34f5a187b3585ac0ff98e06fba699f809
diff --git a/src/ast_handlers.hpp b/src/ast_handlers.hpp index 2953dad..7099542 100644 --- a/src/ast_handlers.hpp +++ b/src/ast_handlers.hpp
@@ -383,6 +383,8 @@ } }; +struct commit_class; + struct command_class { template <typename Iterator, typename Exception, typename Context> x3::error_handler_result on_error(Iterator&, Iterator const&, Exception const& x, Context const& context)