Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

unexpected_character

Synopsis

namespace error
{
  struct unexpected_character;
}

This is a parsing error message.

Description

Class representing the error that a different character was expected than what was found at a specific location.

Header

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

PrevUpHomeNext