
13 Nov
2011
13 Nov
'11
1:22 a.m.
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. -Paul