Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

expected_to_fail

Synopsis

namespace error
{
  struct expected_to_fail;
}

This is a parsing error message.

Description

Class representing the error that a parser was expected to fail but it did not fail.

Header

#include <boost/metaparse/error/expected_to_fail.hpp>

PrevUpHomeNext