On Sat, 18 Jan 2003 19:34:44 +0100, Gennaro Prota
<[EMAIL PROTECTED]> wrote:
>On Sat, 18 Jan 2003 13:06:06 -0500, David Abrahams
><[EMAIL PROTECTED]> wrote:
>
>>Right. But does it print anything in this case?
>>
>> if (e1 < 0)
>> std::cout << "whoops\n";
>>
>>Then I'd be worried.
>
>Then you are worried ;-)
Of course the same thing holds for
if (boost::integer_traits<unsigned int>::const_max < 0) {
std::cout << "whoops\n";
}
This means that I can leave the code as is and add a note to the
documentation that mentions the problem?
Genny.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost