BOOST_NO_TEMPLATE_TEMPLATES fix

[SVN r15568]
This commit is contained in:
Aleksey Gurtovoy
2002-09-30 05:25:45 +00:00
parent c980eca229
commit e1504cfb2e

View File

@ -19,9 +19,6 @@
#if (BOOST_INTEL_CXX_VERSION <= 500) && defined(_MSC_VER) #if (BOOST_INTEL_CXX_VERSION <= 500) && defined(_MSC_VER)
# define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS # define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
#endif
#if (BOOST_INTEL_CXX_VERSION <= 500) && !defined(BOOST_STRICT_CONFIG)
# define BOOST_NO_TEMPLATE_TEMPLATES # define BOOST_NO_TEMPLATE_TEMPLATES
#endif #endif