metaparse/doc/unexpected_character.qbk
2015-07-19 09:53:35 +02: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]