Boost logo

Boost :

From: Ross Smith (ross.s_at_[hidden])
Date: 2001-06-08 18:24:22


Beman Dawes wrote:
>
> 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.

Since there aren't going to be any official releases between 2.95.3 and
3.0, why not just #if __GNUC__ >= 3 ?

-- 
Ross Smith <ross.s_at_[hidden]> The Internet Group, Auckland, New Zealand
========================================================================
        "Hungarian notation is the tactical nuclear weapon of
         source code obfuscation techniques." -- Roedy Green

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