1 Mar
2017
1 Mar
'17
11:07 p.m.
On 03/01/2017 12:56 PM, Antony Polukhin via Boost wrote:
2017-02-21 13:52 GMT+03:00 Михаил Максимов via Boost
: Dear community,
I've recently started contributing to boost::variant. To speed up variant's compilation I'm implementing mpl::vector on variadic templates. For now status of new vector implementation is: <...> made me wonder, is there interest in variadic templates implementation? Are there limitations for it's usefulness, which I did not see?
I'm very interested in patching MPL to be able to use variadic templates.
There was a variadic template mpl try from 7 years ago: https://github.com/cppljevans/variadic_templates/tree/master/boost/mpl Maybe it could give you some ideas. OTOH, maybe it's *too* old :( HTH. -regards, Larry