Boost C++ Libraries Home Libraries People FAQ More

PrevUpHome

whitespace_expected

Synopsis

namespace error
{
  struct whitespace_expected;
}

This is a parsing error message.

Description

Class representing the error that a whitespace character was expected at a specific location.

Header

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

PrevUpHome