Old EDG fixes

[SVN r15392]
This commit is contained in:
Dave Abrahams
2002-09-17 00:49:09 +00:00
parent f7ca700f8a
commit 78dddbc032

View File

@ -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