From: Mignon Belongie (mignon_at_[hidden])
Date: 2007-10-25 14:58:29


The following causes a fatal error (at least for me):

     char c1 = -2;
     char c2 = -2;
     BOOST_CHECK_EQUAL(c1, c2);

The message is: Assertion failed: (unsigned)(c + 1) <= 256

Thanks,
Mignon