> #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 _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
