----- Original Message ----- 
From: "Gennaro Prota" <[EMAIL PROTECTED]>

> >Does it only emit a warning for modulus by zero too?
> 
> Yes. I don't know about Kylix but all the other flavours of Borland
> C++ just give W8082 for both / and %, in constant expressions (by
> default; of course you can even disable it with -w-zdi or -w-8082)

Does it yield true or false?  I.e. what happens here:

#if 1 / 0

section 1

#else

section 2

#endif

I don't see how it could logically choose, since 1 / 0 makes no sense.

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

Reply via email to