1
0
Fork 0
arangodb/3rdParty/boost/1.62.0/libs/metaparse/doc/expected_to_fail.qbk

24 lines
367 B
Plaintext

[#expected_to_fail]
[section expected_to_fail]
[h1 Synopsis]
namespace error
{
struct expected_to_fail;
}
This is a [link parsing_error_message parsing error message].
[h1 Description]
Class representing the error that a parser was expected to fail but it did not
fail.
[h1 Header]
#include <boost/metaparse/error/expected_to_fail.hpp>
[endsect]