Use the recently added BOOST_INTEL macro

[SVN r18511]
This commit is contained in:
Guillaume Melquiond
2003-05-23 11:53:49 +00:00
parent 9aa18a159d
commit 70199360d3

View File

@ -130,7 +130,7 @@
// We don't make our templates external if the compiler // We don't make our templates external if the compiler
// can't handle it: // can't handle it:
#if (defined(BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS) || defined(__HP_aCC) || defined(__MWERKS__) || defined(__COMO__) || defined(__ICL) || defined(__ICC))\ #if (defined(BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS) || defined(__HP_aCC) || defined(__MWERKS__) || defined(__COMO__) || defined(BOOST_INTEL))\
&& !defined(BOOST_MSVC) && !defined(__BORLANDC__) && !defined(BOOST_MSVC) && !defined(__BORLANDC__)
# define BOOST_REGEX_NO_EXTERNAL_TEMPLATES # define BOOST_REGEX_NO_EXTERNAL_TEMPLATES
#endif #endif