unexpected_end_of_input.qbk 422 B

1234567891011121314151617181920212223
  1. [#unexpected_end_of_input]
  2. [section unexpected_end_of_input]
  3. [h1 Synopsis]
  4. namespace error
  5. {
  6. struct unexpected_end_of_input;
  7. }
  8. This is a [link parsing_error_message parsing error message].
  9. [h1 Description]
  10. Class representing the error that the end of input has been reached while it
  11. should contain further characters.
  12. [h1 Header]
  13. #include <boost/metaparse/error/unexpected_end_of_input.hpp>
  14. [endsect]