]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/libs/metaparse/doc/end_of_input_expected.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / metaparse / doc / end_of_input_expected.qbk
CommitLineData
7c673cae
FG
1[#end_of_input_expected]
2[section end_of_input_expected]
3
4[h1 Synopsis]
5
6 namespace error
7 {
8 struct end_of_input_expected;
9 }
10
11This is a [link parsing_error_message parsing error message].
12
13[h1 Description]
14
15Class representing the error that the input contains more characters than it
16should.
17
18[h1 Header]
19
20 #include <boost/metaparse/error/end_of_input_expected.hpp>
21
22[endsect]
23