6 lines
182 B
Plaintext
6 lines
182 B
Plaintext
[#getting_started_4]
|
|
|
|
#include <boost/mpl/quote.hpp>
|
|
using exp_parser6 = build_parser< transform< sequence<int_token, plus_token, int_token>, boost::mpl::quote1<eval_plus> > >;
|
|
|