Re: how to get all the attributes out of a parser

Larry Evans <[email protected]> Thu, 22 Oct 2020 13:16:02 -0500
Newsgroups gmane.comp.parsers.spirit.general
Message-ID <[email protected]>
On 10/22/20 1:37 AM, Joel de Guzman wrote:
> On 10/22/20 1:47 am, Juan Dent wrote:
>> I am trying to use a boost::tuple to retrieve the attributes of a
>> parser. See this snippet of code:
> 
> You'd have better success if you make that into an MVCE.
Juan,

Just in case you're not familiar with the abbreviation, MVCE,
I think itss meaning is explained here:

  https://stackoverflow.com/help/minimal-reproducible-example

-Larry