$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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?