$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-09-14 07:30:14
>>
>>>+#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.
Maybe the right macros to use are one of:
__MINGW32_VERSION Runtime version.
__MINGW32_MAJOR_VERSION Runtime major version.
__MINGW32_MINOR_VERSION Runtime minor version.
__MINGW32_BUILD_DATE Runtime build date.
Thoughts?
John