letter_expected.qbk 368 B

1234567891011121314151617181920212223
  1. [#letter_expected]
  2. [section letter_expected]
  3. [h1 Synopsis]
  4. namespace error
  5. {
  6. struct letter_expected;
  7. }
  8. This is a [link parsing_error_message parsing error message].
  9. [h1 Description]
  10. Class representing the error that a letter character was expected at a specific
  11. location.
  12. [h1 Header]
  13. #include <boost/metaparse/error/letter_expected.hpp>
  14. [endsect]