
8 Jun
2006
8 Jun
'06
2:32 p.m.
Maciej Sobczak wrote:
In the Quickstart page of the Wave docs there is an example:
typedef wave::context<std::string::iterator, wave::cpplexer::lex_token<> > context_t;
OK, after a bit of experimenting, I can answer myself - it should be: typedef wave::context<std::string::iterator, wave::cpplexer::lex_iterator< wave::cpplexer::lex_token<> > > context_t; The initial (wrong) version was taken from the wave-1.0.0 distribution. It's correct in the version that comes with boost-1.33.1. Regards, -- Maciej Sobczak : http://www.msobczak.com/ Programming : http://www.msobczak.com/prog/