Boost logo

Boost :

From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2002-02-03 09:23:52


I'm sorry, my previous msg was not correct, I've been a bit too hasty.

I experienced the problem on an SGI but not with CC but with gcc 2.95.2.

Toon Knapen wrote:

> The sgi.hpp in config/stdlib should also add
>
> #if defined(__sgi)
> # define BOOST_NO_STRINGSTREAM
> #endif
>
> it's needed at least for the MIPSpro Compilers: Version 7.3.1.1m
>
> Shall I apply the patch ? (jens, john, darin ?)
>

> Index: sgi.hpp
> ===================================================================
> RCS file: /cvsroot/boost/boost/boost/config/stdlib/sgi.hpp,v
> retrieving revision 1.12
> diff -u -r1.12 sgi.hpp
> --- sgi.hpp 2001/11/05 21:37:59 1.12
> +++ sgi.hpp 2002/02/03 13:55:52
> @@ -38,6 +38,9 @@
> # define BOOST_NO_STRINGSTREAM
> #endif
>
> +#if defined(__sgi)
> +# define BOOST_NO_STRINGSTREAM
> +#endif
> //
> // Assume no std::locale without own iostreams (this may be an
> // incorrect assumption in some cases):
>
>
> Info: http://www.boost.org Send unsubscribe requests to: <mailto:boost-unsubscribe_at_[hidden]>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>


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