|
Boost : |
From: Maciej Sobczak (prog_at_[hidden])
Date: 2006-06-08 10:32:48
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/
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk