From 2e5048e150b4736316e5c7ac9fd823a1a387bac5 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 24 Jan 2006 17:24:24 +0000 Subject: [PATCH] Updated to use the right macros. [SVN r32398] --- include/boost/config/compiler/gcc_xml.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/config/compiler/gcc_xml.hpp b/include/boost/config/compiler/gcc_xml.hpp index e429f0a7..5dd67c76 100644 --- a/include/boost/config/compiler/gcc_xml.hpp +++ b/include/boost/config/compiler/gcc_xml.hpp @@ -7,10 +7,9 @@ // GCC-XML C++ compiler setup: -# if __GCCXML__ < 30400 +# if !defined(__GCCXML_GNUC__) || ((__GCCXML_GNUC__ <= 3) && (__GCCXML_GNUC_MINOR__ <= 3)) # define BOOST_NO_IS_ABSTRACT # endif -#endif // // Threading support: Turn this on unconditionally here (except for