getting_started_21.qbk 156 B

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