Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

end_of_input_expected

Synopsis

namespace error
{
  struct end_of_input_expected;
}

This is a parsing error message.

Description

Class representing the error that the input contains more characters than it should.

Header

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

PrevUpHomeNext