From 61cc49fd2fa7982d1854db5963d6f5792422bfac Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 17 Sep 2002 01:00:31 +0000 Subject: [PATCH] Move BOOST_NO_TEMPLATE_TEMPLATES check to edg_common [SVN r15393] --- include/boost/config/compiler/intel.hpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index 3ed746d0..05b2db0a 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -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)