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