26 Oct
2007
26 Oct
'07
5:31 a.m.
"Mignon Belongie"
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
I've put a fix into source, even though it's not really Boost.Test problem. This is an error message produced by isprint. Gennadiy