end_of_input_expected.qbk 387 B

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