Boost logo

Boost :

Subject: Re: [boost] [metaparse] performance comparisons?
From: Roland Bock (rbock_at_[hidden])
Date: 2015-06-07 15:50:36


On 2015-06-07 21:43, Abel Sinkovics wrote:
>> using X = typename exp_parser3::apply<MPLLIBS_STRING("11 ")>::type;
>>
>> we could call
>>
>> auto x = exp_parser3::apply(MPLLIBS_STRING("11 "));
>>
>> Not sure if and how this could be useful in the context of your library.
> I expect to end up with a similar interface to this alternate one when
> trying to build a Metaparse-like library around Hana.
Cool, looking forward to it :-)


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk