expected_to_fail.qbk 367 B

1234567891011121314151617181920212223
  1. [#expected_to_fail]
  2. [section expected_to_fail]
  3. [h1 Synopsis]
  4. namespace error
  5. {
  6. struct expected_to_fail;
  7. }
  8. This is a [link parsing_error_message parsing error message].
  9. [h1 Description]
  10. Class representing the error that a parser was expected to fail but it did not
  11. fail.
  12. [h1 Header]
  13. #include <boost/metaparse/error/expected_to_fail.hpp>
  14. [endsect]