Boost logo

Boost :

From: Gennaro Prota (gennaro_prota_at_[hidden])
Date: 2002-08-19 17:03:41


Assuming that __GNUC__ was defined Gennaro wrote the following
sparkling piece of code:

>#if __GNUC__ < 3
> #define HAS_OLD_IOSTREAMS
>#endif
>

I meant, of course, #if defined (__GNUC__) && __GNUC__ < 3

Genny.


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