]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/test/x3/grammar.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / spirit / test / x3 / grammar.cpp
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)