$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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