• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[#expected_to_fail]
2[section expected_to_fail]
3
4[h1 Synopsis]
5
6  namespace error
7  {
8    struct expected_to_fail;
9  }
10
11This is a [link parsing_error_message parsing error message].
12
13[h1 Description]
14
15Class representing the error that a parser was expected to fail but it did not
16fail.
17
18[h1 Header]
19
20  #include <boost/metaparse/error/expected_to_fail.hpp>
21
22[endsect]
23
24