AimRT/_deps/boost-src/libs/metaparse/doc/unexpected_character.qbk
2025-01-12 20:40:48 +08:00

24 lines
411 B
Plaintext

[#unexpected_character]
[section unexpected_character]
[h1 Synopsis]
namespace error
{
struct unexpected_character;
}
This is a [link parsing_error_message parsing error message].
[h1 Description]
Class representing the error that a different character was expected than what
was found at a specific location.
[h1 Header]
#include <boost/metaparse/error/unexpected_character.hpp>
[endsect]