From b37d56ef17c1832837b24a0cc673f0beb8f03793 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Thu, 8 Dec 2005 03:23:02 +0000 Subject: [PATCH] Merged from Version_1_33_1 [SVN r31949] --- test/size_t.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/size_t.cpp b/test/size_t.cpp index d6ae358..72ea3f9 100644 --- a/test/size_t.cpp +++ b/test/size_t.cpp @@ -11,8 +11,8 @@ // $Date$ // $Revision$ -// Necessary to overcome a strange name lookup bug in GCC 3.3 for Mac OS X -#if defined(__APPLE_CC__) && defined(__GNUC__) && (__GNUC__ == 3) && (__GNUC_MINOR__ <= 3) +// Necessary to overcome a strange name lookup bug in GCC 3.3 and 4.0 for Mac OS X +#if defined(__APPLE_CC__) && defined(__GNUC__) && (__GNUC__ <= 4) # include #endif