Boost logo

Boost :

From: David Abrahams (abrahams_at_[hidden])
Date: 2001-06-08 12:45:43


Jeremy,

I think if you have verified that this is the case you should feel free to
make the change. Of course, GCC development seems to proceed to update the
library without giving us a preprocessor symbol we can check (see, e.g.
<sstream>) :-(
But that's really a separate problem.

-Dave
----- Original Message -----
From: "Jeremy Siek" <jsiek_at_[hidden]>
To: <boost_at_[hidden]>
Sent: Friday, June 08, 2001 1:35 PM
Subject: [boost] detail/catch_exceptions.hpp

>
> On line 27 we have
>
> # if __GNUC__ != 2 || __GNUC_MINOR__ > 95
>
>
> I'm currently using 2.96 and the ostream header is also missing. Should
> this include guard be changed to:
>
> # if __GNUC__ != 2 || __GNUC_MINOR__ > 96
>
>
> Ciao,
> Jeremy
>
> ----------------------------------------------------------------------
> Jeremy Siek www: http://www.lsc.nd.edu/~jsiek/
> Ph.D. Candidate, IU B'ton email: jsiek_at_[hidden]
> Summer Manager, AT&T Research phone: (973) 360-8185
> ----------------------------------------------------------------------
>
>
>
> To unsubscribe, send email 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