"Paul Mensonides" <[EMAIL PROTECTED]> writes:

> Vesa, I can get it to work on VC and Metrowerks if I alter the semantics
> slightly.  Namely by doing this:
>
> #define IS_ZERO(x) IS_ZERO_I( CHECK x () )
> // ...
>
> #define CHECK() 1
>
> The semantic change is that 'x' must not be a function-like macro.  What do
> you think?

I think that rules out most of the use-cases Vesa was interested in
addressing with this :(

-- 
                       David Abrahams
   [EMAIL PROTECTED] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to