
10 Nov
2011
10 Nov
'11
9:09 a.m.
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. Gennadiy