]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/metaparse/doc/getting_started_19.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / metaparse / doc / getting_started_19.qbk
CommitLineData
7c673cae
FG
1[#getting_started_19]
2
3 template <class S, class Item> struct binary_op : eval_binary_op< S, boost::mpl::at_c<Item, 0>::type::value, typename boost::mpl::at_c<Item, 1>::type > {};
4