
10 Nov
2011
10 Nov
'11
9:17 a.m.
On Tue, Nov 8, 2011 at 3:49 PM, Gennadiy Rozental <rogeeff@gmail.com> wrote:
(with support for zero arguments).
If we're talking about C99 variadic macros, then (IIRC) variadic arguments *must* contain at least one element. In other words: given #define FOO(x, ...) /* impl */, FOO("only one") is not allowed. (But perhaps I'm simply missing what you mean by variadic; if so, disregard this message.) -- GMan, Nick Gorski