From e1504cfb2ed70ac0077b935e30cb68946e953e4f Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 30 Sep 2002 05:25:45 +0000 Subject: [PATCH] BOOST_NO_TEMPLATE_TEMPLATES fix [SVN r15568] --- include/boost/config/compiler/intel.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/boost/config/compiler/intel.hpp b/include/boost/config/compiler/intel.hpp index c59bb1ba..440b0a88 100644 --- a/include/boost/config/compiler/intel.hpp +++ b/include/boost/config/compiler/intel.hpp @@ -19,9 +19,6 @@ #if (BOOST_INTEL_CXX_VERSION <= 500) && defined(_MSC_VER) # define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS -#endif - -#if (BOOST_INTEL_CXX_VERSION <= 500) && !defined(BOOST_STRICT_CONFIG) # define BOOST_NO_TEMPLATE_TEMPLATES #endif