getting_started_4.qbk 182 B

12345
  1. [#getting_started_4]
  2. #include <boost/mpl/quote.hpp>
  3. using exp_parser6 = build_parser< transform< sequence<int_token, plus_token, int_token>, boost::mpl::quote1<eval_plus> > >;