
12 Nov
2011
12 Nov
'11
6:22 p.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