commit | 11afac7b04918e6352e58a1d8de2b9792a3b82a1 | [log] [tgz] |
---|---|---|
author | Václav Kubernát <kubervac@fit.cvut.cz> | Wed Jul 18 14:59:53 2018 +0200 |
committer | Jan Kundrát <jan.kundrat@cesnet.cz> | Thu Aug 02 18:41:22 2018 +0200 |
tree | 940f6c0728ac6112e1dc009d37be9a93b3e1aebd | |
parent | 744f57f7d64efe71c2b8168ecbdccd07297d7fbe [diff] [blame] |
Add ls Change-Id: I86f799ff9577940c7df8e01cda6c6b7867de8e7e
diff --git a/src/ast_handlers.hpp b/src/ast_handlers.hpp index b58613c..2953dad 100644 --- a/src/ast_handlers.hpp +++ b/src/ast_handlers.hpp
@@ -204,6 +204,8 @@ }; +struct ls_class; + struct cd_class { template <typename Iterator, typename Exception, typename Context> x3::error_handler_result on_error(Iterator&, Iterator const&, Exception const& x, Context const& context)