> > > > 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.


_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to