Boost logo

Boost :

From: Paul Mensonides (pmenso57_at_[hidden])
Date: 2003-06-27 15:06:35


> #define IS_END(...) IS_END_I(__VA_ARGS__,)
> #define IS_END_I(x, ...) \
> IS_VARIADIC(IS_END_II x,) \
                             ^^^
> /**/
> #define IS_END_II(a, b, c, d, e, f, g, h, i, j, ...) __VA_ARGS__

Sorry, mistake. You need a bunch of commas here rather than just one.

Regards,
Paul Mensonides


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk