|
Boost : |
From: John Maddock (jm_at_[hidden])
Date: 2003-03-19 07:00:47
> > > > Notice the weird misspellings in the error messages. :)
> > >
> > > What do you mean?
> >
> > "boolle" and "intr"? :)
> >
> > Could this be a problem in the unit test framework?
>
> Could be. What should it be?
> I wil try to reproduce this locally after 1.30 is out.
I posted some messages about that a while back - it was caused by the result
of calls to string::data() being used as null-terminated strings - all
occurrences of data() need to be replaced with c_str() throughout the test
lib.
John.
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk