Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2002-08-13 07:28:24


From: "Gennadiy Rozental" <gennadiy_at_[hidden]>

>
> "David Abrahams" <dave_at_[hidden]> wrote in message
> news:070e01c24284$5286afb0$6501a8c0_at_boostconsulting.com...
> > GCC 3.1 warns loudly about the use of the deprecated <strstream> in
> > test_tools.hpp.
> Does <sstream> is supported by all the configurations we are interested
in
> for testing?

Doubtful. See BOOST_NO_SSTREAM. You have to use strstream where sstream
isn't available. Fun, eh?
Also see boost/python/operators.hpp for examples.

> > Please fix this! It makes my libraries look broken.
> I surely fix it, if it does not make all other libraries look broken.

Right now, it makes ALL libraries using Boost.Test look broken under GCC
3.1.

-Dave


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk