commit | b6ff0b670833f59562b76706b1e0c8abc90ea0d0 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubervac@fit.cvut.cz> | Thu Aug 30 16:14:53 2018 +0200 |
committer | Václav Kubernát <kubervac@fit.cvut.cz> | Wed Sep 05 15:13:44 2018 +0200 |
tree | 0bb3dae058c3a802b3621691e41fdf1bbc525d70 | |
parent | a571e4a942afaa3e3e8d62282f9c19e038a84425 [diff] [blame] |
Add get command Change-Id: Id06539070fb8d815786149e1479e93d75d4b70f1
diff --git a/src/ast_handlers.hpp b/src/ast_handlers.hpp index bddc83e..686ae30 100644 --- a/src/ast_handlers.hpp +++ b/src/ast_handlers.hpp
@@ -394,6 +394,8 @@ struct commit_class; +struct get_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)