On Wed, 11 Dec 2002 15:33:50 -0800, "Paul Mensonides"
<[EMAIL PROTECTED]> wrote:

>----- Original Message ----- 
>From: "Gennaro Prota" <[EMAIL PROTECTED]>
 
>> Ah, yes, of course! I removed division-by-zero from my mental bag of
>> give-me-an-error-please tools, when I discovered it just emits a
>> warning (removable, what's more) with Borland C++ :-)
>
>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)

Genny.


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

Reply via email to