[#getting_started_17] template struct eval_binary_op; template struct eval_binary_op : boost::mpl::plus::type {}; template struct eval_binary_op : boost::mpl::minus::type {};