
28 Aug
2009
28 Aug
'09
6:25 a.m.
On Fri, Aug 28, 2009 at 12:10 AM, Ryan McConnehey<mccorywork@gmail.com> wrote:
typedef rule<Iterator,allPossibleTypesVariant()> ruleType; symbol<Char,ruleType> table
Where do the rule and symbol come from?
Spirit 2.1, specifically boost::spirit::qi. I may not have the syntax exact, but it is like that otherwise.