Boost logo

Boost :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2001-06-08 15:16:24


At 01:35 PM 6/8/2001, Jeremy Siek wrote:
>
>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

Yes. Oh, you beat me to it.

--Beman


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