$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [boost-users][Variant] Sequence instantiation
From: OvermindDL1 (overminddl1_at_[hidden])
Date: 2009-08-28 02:25:43
On Fri, Aug 28, 2009 at 12:10 AM, Ryan McConnehey<mccorywork_at_[hidden]> 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.