Move BOOST_NO_TEMPLATE_TEMPLATES check to edg_common

[SVN r15393]
This commit is contained in:
Dave Abrahams
2002-09-17 01:00:31 +00:00
parent 78dddbc032
commit 61cc49fd2f

View File

@ -21,10 +21,6 @@
# define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS
#endif
#if (BOOST_INTEL_CXX_VERSION < 600) || !defined(BOOST_STRICT_CONFIG)
# define BOOST_NO_TEMPLATE_TEMPLATE_PARAMETERS
#endif
#if (BOOST_INTEL_CXX_VERSION <= 600) || !defined(BOOST_STRICT_CONFIG)
# if defined(_MSC_VER) && (_MSC_VER <= 1300) // added check for <= VC 7 (Peter Dimov)