whitespace_expected.qbk 388 B

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