Boost logo

Boost :

From: Simon Buchan (simon_at_[hidden])
Date: 2005-09-13 21:18:16


Rene Rivera wrote:
> Rene Rivera wrote:
>
>>+#if defined(__MINGW32__) && ((__GNUC__ > 3) || ((__GNUC__ == 3) &&
>>(__GNUC_MINOR__ >= 4)))
>
>
> Oops, that should be:
>
> +#if defined(__MINGW32__) && (__GNUC__ == 3) && (__GNUC_MINOR__ >= 4)
>
> :-)
>
>
What's wrong with GCC 4?


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