Re: Using Tuple and bind in Spirit causes compiler error

Larry Evans <[email protected]> Sun, 25 Oct 2020 13:25:24 -0500
Newsgroups gmane.comp.parsers.spirit.general
Message-ID <[email protected]>
On 10/25/20 1:18 PM, Larry Evans wrote:
> On 10/25/20 1:01 PM, Juan Dent wrote:
>> Where do I add your code Larry?
>>
>> And do I only add this?
>>
> I'm sorry Juan, I should have just included the whole code.
> Here it is:
> 
> //The code:
> //The following code was copy&pasted from:
> //
[snip]
Hmmm...
Now that I think a little more, it might be easier to just
use the fusion_vector and after the parse is complete, then
copy it to the desired boost::tuple.  Hindsight is almost
always better ;(

-regards,
Larry