
13 Nov
2011
13 Nov
'11
4:05 p.m.
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