]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/metaparse/doc/getting_started_2.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / metaparse / doc / getting_started_2.qbk
CommitLineData
7c673cae
FG
1[#getting_started_2]
2
3 #include <boost/mpl/plus.hpp>
4 #include <boost/mpl/at.hpp>
5 template <class Vector> struct eval_plus : boost::mpl::plus< typename boost::mpl::at_c<Vector, 0>::type, typename boost::mpl::at_c<Vector, 2>::type > {};
6