From d7657d3aa1a844302065a00ce11dbdb71ceaf11e Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Tue, 20 Jan 2004 16:26:31 +0000 Subject: [PATCH] Merge fixes from the main trunk [SVN r21842] --- include/boost/config/compiler/digitalmars.hpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/include/boost/config/compiler/digitalmars.hpp b/include/boost/config/compiler/digitalmars.hpp index 265abcb9..d34006d9 100644 --- a/include/boost/config/compiler/digitalmars.hpp +++ b/include/boost/config/compiler/digitalmars.hpp @@ -9,11 +9,14 @@ #define BOOST_COMPILER __DMC_VERSION_STRING__ #define BOOST_HAS_LONG_LONG +#define BOOST_HAS_PRAGMA_ONCE +#define BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL +#define BOOST_NO_OPERATORS_IN_NAMESPACE +#define BOOST_NO_SFINAE #define BOOST_NO_TEMPLATE_TEMPLATES -//#define NEEDS_PASTING_TOKEN_FOR_JUXTAPOSING - -#define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS +#define BOOST_NO_USING_TEMPLATE +#define BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING #define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS // check for exception handling support: