• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #include "grammar.hpp"
2 
3 auto const grammar_def = x3::int_;
4 
5 BOOST_SPIRIT_DEFINE(grammar)
6 BOOST_SPIRIT_INSTANTIATE(grammar_type, char const*, x3::unused_type)
7