digit_expected.qbk 363 B

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