Boost logo

Boost :

From: Jeremy Siek (jsiek_at_[hidden])
Date: 2001-06-08 12:35:57


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


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