forked from boostorg/config
Updated to use the right macros.
[SVN r32398]
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user