Subject: Re: [boost] Need for BOOST_PP_VARIADIC_POP_FRONT
From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2011-11-12 20:22:14


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