7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
[#getting_started_0]
|
|
|
|
#include <boost/metaparse/build_parser.hpp>
|
|
using namespace boost::metaparse;
|
|
using exp_parser1 = build_parser<int_>;
|
|
|