Tweeked support for BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS

[SVN r23253]
This commit is contained in:
John Maddock
2004-06-29 10:19:27 +00:00
parent b3eebec364
commit a0d70af62d

View File

@ -61,7 +61,7 @@
#endif
#if defined(__ICL) && (__ICL <= 710)
#if (BOOST_INTEL_CXX_VERSION <= 710) && defined(_WIN32)
# define BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS
#endif