spirit/test/x3/grammar.hpp
Nikita Kniazev 9cf7a3ef73 Fix CI fail
2019-09-20 22:51:38 +03:00

8 lines
194 B
C++

#include <boost/spirit/home/x3.hpp>
namespace x3 = boost::spirit::x3;
x3::rule<struct grammar_r, int> const grammar;
using grammar_type = decltype(grammar);
BOOST_SPIRIT_DECLARE(grammar_type)