]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/doc/getting_started_21.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / metaparse / doc / getting_started_21.qbk
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