Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2005-07-09 10:56:21


> Someone at one point suggested we add something like this:
>
> # ifdef __GNUC_PATCHLEVEL__
> # define BOOST_GNUC_FULL_VERSION ((__GNUC__ * 1000UL + __GNUC_MINOR__) *
> 1000UL + __GNUC_PATCHLEVEL__)
> # else
> # define BOOST_GNUC_FULL_VERSION 0
> # endif
>
> Without it, testing for GCC versions is painful. I'd like it; can we
> do it?

Actually I thought it had already been done (Gennadiy Rozental was going to
add this I thought), so please do go ahead!

John.


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