No member template friends in 8.x

[SVN r16135]
This commit is contained in:
Dave Abrahams
2002-11-06 19:40:16 +00:00
parent f0ab8c6d41
commit 48b23b5064

View File

@@ -24,10 +24,13 @@
# endif # endif
# if(__MWERKS__ <= 0x2407) // 7.x # if(__MWERKS__ <= 0x2407) // 7.x
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS # define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
# endif # endif
# if(__MWERKS__ <= 0x3003) // 8.x
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# endif
#if !__option(wchar_type) #if !__option(wchar_type)
# define BOOST_NO_INTRINSIC_WCHAR_T # define BOOST_NO_INTRINSIC_WCHAR_T
#endif #endif
@@ -38,6 +41,8 @@
# define BOOST_COMPILER_VERSION 8.1 # define BOOST_COMPILER_VERSION 8.1
# elif __MWERKS__ == 0x3002 # elif __MWERKS__ == 0x3002
# define BOOST_COMPILER_VERSION 8.2 # define BOOST_COMPILER_VERSION 8.2
# elif __MWERKS__ == 0x3003
# define BOOST_COMPILER_VERSION 8.3
# else # else
# define BOOST_COMPILER_VERSION __MWERKS__ # define BOOST_COMPILER_VERSION __MWERKS__
# endif # endif
@@ -52,7 +57,7 @@
#endif #endif
// //
// last known and checked version: // last known and checked version:
#if (__MWERKS__ > 0x3002) #if (__MWERKS__ > 0x3003)
# if defined(BOOST_ASSERT_CONFIG) # if defined(BOOST_ASSERT_CONFIG)
# error "Unknown compiler version - please run the configure tests and report the results" # error "Unknown compiler version - please run the configure tests and report the results"
# endif # endif