24 lines
368 B
Plaintext
24 lines
368 B
Plaintext
[#letter_expected]
|
|
[section letter_expected]
|
|
|
|
[h1 Synopsis]
|
|
|
|
namespace error
|
|
{
|
|
struct letter_expected;
|
|
}
|
|
|
|
This is a [link parsing_error_message parsing error message].
|
|
|
|
[h1 Description]
|
|
|
|
Class representing the error that a letter character was expected at a specific
|
|
location.
|
|
|
|
[h1 Header]
|
|
|
|
#include <boost/metaparse/error/letter_expected.hpp>
|
|
|
|
[endsect]
|
|
|