From: Steve Folly (boost_at_[hidden])
Date: 2004-02-10 19:22:09


Hi,

I've read FAQ question number one about the free parse() function not
compiling when and I've managed to get that to work by using
rule<phrase_scanner_t> as suggested.

However, I need to use the pt_parse method to create a parse tree. I'm
obviously missing something really obvious because now pt_parse wont
compile, even though I'm using a phrase_scanner_t because of the space_p
skip parser.

Any pointers most welcome.

Thanks.
Steve.