>From a0b811d472432bf05701a1d188efea95bbc24b3c Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 31 Jul 2013 14:27:09 +0200 Subject: [PATCH 2/3] Require a compiler which does not need BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS This was defined independent of the compiler version. It is not known if this is a true limitation of the digital mars compiler in all versions, or a bug in this header. --- boost/config/compiler/digitalmars.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/boost/config/compiler/digitalmars.hpp b/boost/config/compiler/digitalmars.hpp index defa093..7de6adb 100644 --- a/boost/config/compiler/digitalmars.hpp +++ b/boost/config/compiler/digitalmars.hpp @@ -12,7 +12,6 @@ #define BOOST_HAS_PRAGMA_ONCE #if !defined(BOOST_STRICT_CONFIG) -#define BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS #define BOOST_NO_MEMBER_TEMPLATE_FRIENDS #define BOOST_NO_OPERATORS_IN_NAMESPACE #define BOOST_NO_UNREACHABLE_RETURN_DETECTION -- 1.8.1.2