Apply BOOST_NO_ADL_BARRIER to more Sunpro versions.

[SVN r44535]
This commit is contained in:
John Maddock
2008-04-18 10:15:09 +00:00
parent 2cac8cf454
commit 37698ba3cf

View File

@ -67,13 +67,13 @@
# endif # endif
# if (__SUNPRO_CC <= 0x580) # if (__SUNPRO_CC <= 0x580)
# define BOOST_NO_IS_ABSTRACT # define BOOST_NO_IS_ABSTRACT
# define BOOST_NO_ADL_BARRIER
# endif # endif
// //
// Issues that effect all known versions: // Issues that effect all known versions:
// //
#define BOOST_NO_TWO_PHASE_NAME_LOOKUP #define BOOST_NO_TWO_PHASE_NAME_LOOKUP
#define BOOST_NO_ADL_BARRIER
#define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC) #define BOOST_COMPILER "Sun compiler version " BOOST_STRINGIZE(__SUNPRO_CC)