From 78dddbc03277bb2792f56413eea99efc0e0b54c1 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 17 Sep 2002 00:49:09 +0000 Subject: [PATCH] Old EDG fixes [SVN r15392] --- include/boost/config/compiler/common_edg.hpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/include/boost/config/compiler/common_edg.hpp b/include/boost/config/compiler/common_edg.hpp index 93a5ee3a..639dc1c4 100644 --- a/include/boost/config/compiler/common_edg.hpp +++ b/include/boost/config/compiler/common_edg.hpp @@ -10,7 +10,7 @@ // // This is included from within the individual compiler mini-configs. -#ifndef __EDG_VERSION__ +#ifndef __EDG_VERSION__ # error This file requires that __EDG_VERSION__ be defined. #endif @@ -26,6 +26,10 @@ # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP #endif +#if (__EDG_VERSION__ <= 245) && !defined(BOOST_NO_TEMPLATE_TEMPLATES) +# define BOOST_NO_TEMPLATE_TEMPLATES +#endif + # if !defined(__EXCEPTIONS) # define BOOST_NO_EXCEPTIONS # endif