$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Gavin Collings (gcollings_at_[hidden])
Date: 2000-02-22 14:53:36
> > Checking char; min is -128, max is 127
> > Checking signed char; min is -128, max is 127
> > Checking unsigned char; min is 0, max is 255
>
> Which is incorrect as well, because obviously min and max aren't of
type
> char so the wrong operator<< is selected. That's probably the usual
> BOOST_NO_INCLASS_MEMBER_INITIALIZATION breakage.
I have to admit to being the guilty party here. I cast the results to
int to get something I could read easily.
Gavin.