9.2 still needs BOOST_NO_MEMBER_TEMPLATE_FRIENDS

[SVN r21337]
This commit is contained in:
Beman Dawes
2003-12-19 12:54:26 +00:00
parent a361db89ec
commit 5dbc5f3826

View File

@@ -33,10 +33,13 @@
# endif
# if(__MWERKS__ <= 0x3003) // 8.x
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# define BOOST_NO_SFINAE
# endif
# if(__MWERKS__ <= 0x3201) // 9.2
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
# endif
#if !__option(wchar_type)
# define BOOST_NO_INTRINSIC_WCHAR_T
#endif