Boost logo

Boost :

Subject: Re: [boost] Need for BOOST_PP_VARIADIC_POP_FRONT
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2011-11-13 11:05:26


Paul Mensonides <pmenso57 <at> comcast.net> writes:

>
> Variadic data is not a true data structure and should not be supported as
> such. Therefore, it should not have a POP_FRONT, for example. Convert it
> into a real data structure (such as a sequence) and then do your
> processing on that data structure.

How would it help me if I want to take first arguments from __VA_ARGS__ and pass
the rest to the different variadic macro?

Gennadiy


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