Boost logo

Boost :

From: Rene Rivera (grafik.list_at_[hidden])
Date: 2005-09-13 21:42:02


Simon Buchan wrote:
> 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?

It doesn't exist in MinGW form yet, not even in beta. So it would be
wrong of me to assume that it will have the same support.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - Grafik/jabber.org

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