]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/metaparse/doc/unexpected_character.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / metaparse / doc / unexpected_character.qbk
1 [#unexpected_character]
2 [section unexpected_character]
3
4 [h1 Synopsis]
5
6 namespace error
7 {
8 struct unexpected_character;
9 }
10
11 This is a [link parsing_error_message parsing error message].
12
13 [h1 Description]
14
15 Class representing the error that a different character was expected than what
16 was found at a specific location.
17
18 [h1 Header]
19
20 #include <boost/metaparse/error/unexpected_character.hpp>
21
22 [endsect]
23