]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/metaparse/doc/getting_started_31.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / metaparse / doc / getting_started_31.qbk
CommitLineData
7c673cae
FG
1[#getting_started_31]
2
3 using lparen_token = token<lit_c<'('>>;
4 using rparen_token = token<lit_c<')'>>;
5