]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/doc/before_3_1.qbk
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / metaparse / doc / before_3_1.qbk
1 [#before_3_1]
2 ['Definitions before section 3.1.]
3
4 #include <boost/metaparse/string.hpp>
5 #include <boost/metaparse/int_.hpp>
6
7 #include <boost/metaparse/build_parser.hpp>
8
9 using namespace boost::metaparse;
10
11 using exp_parser1 = build_parser<int_>;
12