
12 Nov
2011
12 Nov
'11
2:22 p.m.
On 11/10/2011 4:09 AM, Gennadiy Rozental wrote:
Edward Diener<eldiener<at> tropicsoft.com> writes:
On 11/8/2011 6:49 PM, Gennadiy Rozental wrote:
Hi,
I consider using Boost.PP variadic macros support, but I seems to be missing subject macro (with support for zero arguments).
Any chance we can one? I'd hate to reinvent the wheel.
What is it supposed to do ? My mindreading skills are in abeyance.
Err... It should pop/drop first element from __VA_ARGS__ (if any). The same semantic as std container's pop_front is.
Do you mean that it would return the variadic data without the first element ?