From bb140bdddc7f7c2b2bbc7e1ed85ccef3fcd759e5 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Mon, 19 Jan 2004 20:52:53 +0000 Subject: [PATCH] DM fixes [SVN r21832] --- include/boost/config/compiler/digitalmars.hpp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/boost/config/compiler/digitalmars.hpp b/include/boost/config/compiler/digitalmars.hpp index c202643e..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 BOOST_NO_USING_TEMPLATE #define BOOST_NEEDS_TOKEN_PASTING_OP_FOR_TOKENS_JUXTAPOSING - -#define BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS #define BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS // check for exception handling support: