Updated to use the right macros.

[SVN r32398]
This commit is contained in:
John Maddock
2006-01-24 17:24:24 +00:00
parent 9d44d86416
commit 2e5048e150

View File

@ -7,10 +7,9 @@
// GCC-XML C++ compiler setup: // GCC-XML C++ compiler setup:
# if __GCCXML__ < 30400 # if !defined(__GCCXML_GNUC__) || ((__GCCXML_GNUC__ <= 3) && (__GCCXML_GNUC_MINOR__ <= 3))
# define BOOST_NO_IS_ABSTRACT # define BOOST_NO_IS_ABSTRACT
# endif # endif
#endif
// //
// Threading support: Turn this on unconditionally here (except for // Threading support: Turn this on unconditionally here (except for