forked from boostorg/config
9.2 still needs BOOST_NO_MEMBER_TEMPLATE_FRIENDS
[SVN r21337]
This commit is contained in:
@@ -33,10 +33,13 @@
|
|||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if(__MWERKS__ <= 0x3003) // 8.x
|
# if(__MWERKS__ <= 0x3003) // 8.x
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_FRIENDS
|
|
||||||
# define BOOST_NO_SFINAE
|
# define BOOST_NO_SFINAE
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# if(__MWERKS__ <= 0x3201) // 9.2
|
||||||
|
# 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
|
||||||
|
Reference in New Issue
Block a user