1[#getting_started_21] 2 3 #include <boost/mpl/times.hpp> 4 template <class L, class R> struct eval_binary_op<L, '*', R> : boost::mpl::times<L, R>::type {}; 5 6